The Startup Journal
Be the first to be notified when we cover some best startups in India on The Startup Journal.
Wat is The Startup Journal?
The Startup Journal is een Chrome-extensie ontwikkeld door http://www.thestartupjournal.com, en de belangrijkste functie is "Be the first to be notified when we cover some best startups in India on The Startup Journal.".
Extensie Screenshots
Download het CRX-bestand van de extensie The Startup Journal
Download The Startup Journal-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Basisinformatie over de Extensie
Naam | |
ID | chhinifmhhfcgjdncaelnbnnckiihhfm |
Officiële URL | https://chrome.google.com/webstore/detail/the-startup-journal/chhinifmhhfcgjdncaelnbnnckiihhfm |
Beschrijving | Be the first to be notified when we cover some best startups in India on The Startup Journal. |
Bestandsgrootte | 97.66 KB |
Aantal Installaties | 23 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2015-08-03 |
Publicatiedatum | 2015-08-01 |
Beoordeling | 5.00/5 Totaal 5 Beoordelingen |
Ontwikkelaar | http://www.thestartupjournal.com |
Betalingswijze | free |
Extensiewebsite | http://www.thestartupjournal.com |
Ondersteunde Talen | 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" } |