The Startup Journal
Be the first to be notified when we cover some best startups in India on The Startup Journal.
Hvad er The Startup Journal?
The Startup Journal er en Chrome-udvidelse udviklet af http://www.thestartupjournal.com, og dens hovedfunktion er "Be the first to be notified when we cover some best startups in India on The Startup Journal.".
Udvidelsesskærmbilleder
Download The Startup Journal-udvidelses-CRX-fil
Download The Startup Journal-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | chhinifmhhfcgjdncaelnbnnckiihhfm |
Officiel URL | https://chrome.google.com/webstore/detail/the-startup-journal/chhinifmhhfcgjdncaelnbnnckiihhfm |
Beskrivelse | Be the first to be notified when we cover some best startups in India on The Startup Journal. |
Filstørrelse | 97.66 KB |
Antal Installationer | 23 |
Nuværende Version | 1.0 |
Senest Opdateret | 2015-08-03 |
Udgivelsesdato | 2015-08-01 |
Bedømmelse | 5.00/5 Samlet 5 Bedømmelser |
Udvikler | http://www.thestartupjournal.com |
Betalingsmetode | free |
Udvidelseswebsted | http://www.thestartupjournal.com |
Understøttede Sprog | en |
manifest.json | |
{ "background": { "page": "background.html" }, "browser_action": { "default_icon": "img\/icon.png", "default_popup": "popup.html" }, "default_locale": "en", "description": "__MSG_description__", "icons": { "128": "img\/icon-128.png", "16": "img\/icon-16.png", "48": "img\/icon-48.png" }, "manifest_version": 2, "name": "__MSG_name__", "options_page": "options.html", "permissions": [ "tabs", "notifications", "*:\/\/*\/*" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0" } |