The Startup Journal
Be the first to be notified when we cover some best startups in India on The Startup Journal.
Что такое The Startup Journal?
The Startup Journal - это расширение Chrome, разработанное http://www.thestartupjournal.com, и его основная функция - "Be the first to be notified when we cover some best startups in India on The Startup Journal.".
Снимки экрана расширения
Скачать файл CRX расширения The Startup Journal
Скачайте файлы расширений The Startup Journal в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Основная информация о расширении
Название | |
ID | chhinifmhhfcgjdncaelnbnnckiihhfm |
Официальный URL | https://chrome.google.com/webstore/detail/the-startup-journal/chhinifmhhfcgjdncaelnbnnckiihhfm |
Описание | Be the first to be notified when we cover some best startups in India on The Startup Journal. |
Размер файла | 97.66 KB |
Количество установок | 23 |
Текущая Версия | 1.0 |
Последнее Обновление | 2015-08-03 |
Дата публикации | 2015-08-01 |
Рейтинг | 5.00/5 Всего 5 оценок |
Разработчик | http://www.thestartupjournal.com |
Тип оплаты | free |
Официальный сайт расширения | http://www.thestartupjournal.com |
Поддерживаемые языки | 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" } |