The Startup Journal
Be the first to be notified when we cover some best startups in India on The Startup Journal.
Apa itu The Startup Journal?
The Startup Journal adalah ekstensi Chrome yang dikembangkan oleh http://www.thestartupjournal.com, dan fitur utamanya adalah "Be the first to be notified when we cover some best startups in India on The Startup Journal.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi The Startup Journal
Unduh file ekstensi The Startup Journal dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Informasi Dasar Ekstensi
Nama | |
ID | chhinifmhhfcgjdncaelnbnnckiihhfm |
URL Resmi | https://chrome.google.com/webstore/detail/the-startup-journal/chhinifmhhfcgjdncaelnbnnckiihhfm |
Deskripsi | Be the first to be notified when we cover some best startups in India on The Startup Journal. |
Ukuran File | 97.66 KB |
Jumlah Instalasi | 23 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2015-08-03 |
Tanggal Publikasi | 2015-08-01 |
Penilaian | 5.00/5 Total 5 Penilaian |
Pengembang | http://www.thestartupjournal.com |
Tipe Pembayaran | free |
Situs Ekstensi | http://www.thestartupjournal.com |
Bahasa yang Didukung | 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" } |