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 |
官方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" } |