The Startup Journal
Be the first to be notified when we cover some best startups in India on The Startup Journal.
Cos'è The Startup Journal?
The Startup Journal è un'estensione di Chrome sviluppata da http://www.thestartupjournal.com, e la sua funzione principale è "Be the first to be notified when we cover some best startups in India on The Startup Journal.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione The Startup Journal
Scarica i file di estensione The Startup Journal in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Informazioni di Base sull'Estensione
Nome | |
ID | chhinifmhhfcgjdncaelnbnnckiihhfm |
URL Ufficiale | https://chrome.google.com/webstore/detail/the-startup-journal/chhinifmhhfcgjdncaelnbnnckiihhfm |
Descrizione | Be the first to be notified when we cover some best startups in India on The Startup Journal. |
Dimensione del File | 97.66 KB |
Conteggio Installazioni | 23 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2015-08-03 |
Data di Pubblicazione | 2015-08-01 |
Valutazione | 5.00/5 Totale 5 Valutazioni |
Sviluppatore | http://www.thestartupjournal.com |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://www.thestartupjournal.com |
Lingue Supportate | 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" } |