The Startup Journal
Be the first to be notified when we cover some best startups in India on The Startup Journal.
Vad är The Startup Journal?
The Startup Journal är en Chrome-tillägg utvecklad av http://www.thestartupjournal.com, och dess huvudfunktion är "Be the first to be notified when we cover some best startups in India on The Startup Journal.".
Tilläggsskärmbilder
Ladda ner The Startup Journal-förlängningens CRX-fil
Ladda ner The Startup Journal-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Grundläggande Information om Tillägg
Namn | |
ID | chhinifmhhfcgjdncaelnbnnckiihhfm |
Officiell webbadress | https://chrome.google.com/webstore/detail/the-startup-journal/chhinifmhhfcgjdncaelnbnnckiihhfm |
Beskrivning | Be the first to be notified when we cover some best startups in India on The Startup Journal. |
Filstorlek | 97.66 KB |
Antal Installationer | 23 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2015-08-03 |
Publiceringsdatum | 2015-08-01 |
Betyg | 5.00/5 Totalt 5 Betyg |
Utvecklare | http://www.thestartupjournal.com |
Betalningssätt | free |
Tilläggswebbplats | http://www.thestartupjournal.com |
Stödda Språk | 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" } |