The Startup Journal
Be the first to be notified when we cover some best startups in India on The Startup Journal.
Co to jest The Startup Journal?
The Startup Journal to rozszerzenie Chrome opracowane przez http://www.thestartupjournal.com, a jego główną funkcją jest „Be the first to be notified when we cover some best startups in India on The Startup Journal.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia The Startup Journal
Pobierz pliki rozszerzeń The Startup Journal w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | chhinifmhhfcgjdncaelnbnnckiihhfm |
Oficjalny URL | https://chrome.google.com/webstore/detail/the-startup-journal/chhinifmhhfcgjdncaelnbnnckiihhfm |
Opis | Be the first to be notified when we cover some best startups in India on The Startup Journal. |
Rozmiar pliku | 97.66 KB |
Liczba instalacji | 23 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2015-08-03 |
Data Publikacji | 2015-08-01 |
Ocena | 5.00/5 Łącznie 5 Oceny |
Deweloper | http://www.thestartupjournal.com |
Typ Płatności | free |
Strona Rozszerzenia | http://www.thestartupjournal.com |
Obsługiwane Języki | 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" } |