The Startup Journal
Be the first to be notified when we cover some best startups in India on The Startup Journal.
What is The Startup Journal?
The Startup Journal is a Chrome extension developed by http://www.thestartupjournal.com, and its main feature is "Be the first to be notified when we cover some best startups in India on The Startup Journal.".
Extension Screenshots
Download The Startup Journal Extension CRX File
Download The Startup Journal extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
Name | |
ID | chhinifmhhfcgjdncaelnbnnckiihhfm |
Official URL | https://chrome.google.com/webstore/detail/the-startup-journal/chhinifmhhfcgjdncaelnbnnckiihhfm |
Description | Be the first to be notified when we cover some best startups in India on The Startup Journal. |
File Size | 97.66 KB |
Installation Count | 23 |
Current Version | 1.0 |
Last Updated | 2015-08-03 |
Publish Date | 2015-08-01 |
Rating | 5.00/5 Total 5 Ratings |
Developer | http://www.thestartupjournal.com |
Payment Type | free |
Extension Website | http://www.thestartupjournal.com |
Supported Languages | 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" } |