The Startup Journal
Be the first to be notified when we cover some best startups in India on The Startup Journal.
Qu'est-ce que The Startup Journal ?
The Startup Journal est une extension Chrome développée par http://www.thestartupjournal.com, et sa fonction principale est "Be the first to be notified when we cover some best startups in India on The Startup Journal.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension The Startup Journal
Téléchargez les fichiers d'extension The Startup Journal au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Informations de Base sur l'Extension
Nom | |
ID | chhinifmhhfcgjdncaelnbnnckiihhfm |
URL Officiel | 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. |
Taille du Fichier | 97.66 KB |
Nombre d'Installations | 23 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2015-08-03 |
Date de Publication | 2015-08-01 |
Évaluation | 5.00/5 Total 5 Évaluations |
Développeur | http://www.thestartupjournal.com |
Type de Paiement | free |
Site Web de l'Extension | http://www.thestartupjournal.com |
Langues Prises en Charge | 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" } |