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是由http://www.thestartupjournal.com開發的Chrome擴展程式,該擴展的主要功能是“Be the first to be notified when we cover some best startups in India on The Startup Journal.”。
擴展截圖
下載The Startup Journal擴展crx文件
下載The Startup Journal擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
擴展基本資訊
名稱 | |
ID | chhinifmhhfcgjdncaelnbnnckiihhfm |
官方網址 | 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" } |