The Startup Journal
Be the first to be notified when we cover some best startups in India on The Startup Journal.
O que é The Startup Journal?
The Startup Journal é uma extensão do Chrome desenvolvida por http://www.thestartupjournal.com, e sua principal característica é "Be the first to be notified when we cover some best startups in India on The Startup Journal.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão The Startup Journal
Baixe arquivos de extensão The Startup Journal no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Informações Básicas da Extensão
Nome | |
ID | chhinifmhhfcgjdncaelnbnnckiihhfm |
URL Oficial | https://chrome.google.com/webstore/detail/the-startup-journal/chhinifmhhfcgjdncaelnbnnckiihhfm |
Descrição | Be the first to be notified when we cover some best startups in India on The Startup Journal. |
Tamanho do Arquivo | 97.66 KB |
Contagem de Instalações | 23 |
Versão Atual | 1.0 |
Última Atualização | 2015-08-03 |
Data de Publicação | 2015-08-01 |
Classificação | 5.00/5 Total de 5 Avaliações |
Desenvolvedor | http://www.thestartupjournal.com |
Tipo de Pagamento | free |
Site da Extensão | http://www.thestartupjournal.com |
Idiomas Suportados | 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" } |