KenGoo
Watch Taiwan Stocks with the most convenienct way
什么是KenGoo?
KenGoo是由KSWLee开发的Chrome扩展程序,该扩展的主要功能是“Watch Taiwan Stocks with the most convenienct way”。
扩展截图
下载KenGoo扩展crx文件
下载KenGoo扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Fix the issue that nothing fetched. 扩展基本信息
| 名称 | |
| ID | jjbeocfmgckcnabhefnjnhbpppfmcgfd |
| 官方URL | https://chromewebstore.google.com/detail/kengoo/jjbeocfmgckcnabhefnjnhbpppfmcgfd |
| 简介 | Watch Taiwan Stocks with the most convenienct way |
| 文件大小 | 102 KB |
| 安装次数 | 2,541 |
| 当前版本 | 2.0.1 |
| 更新时间 | 2014-04-03 |
| 上架时间 | 2014-04-03 |
| 评分 | 4.61/5 共41次评分 |
| 开发者 | KSWLee |
| 付费类型 | free |
| 扩展官网 | http://ideasnow.diggbooks.net |
| 支持的语言 | en,zh-TW |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_extName__",
"version": "2.0.1",
"manifest_version": 2,
"description": "__MSG_extDesc__",
"background": {
"page": "background.html"
},
"options_page": "options.html",
"default_locale": "en",
"browser_action": {
"default_popup": "popup.html",
"default_icon": "images\/icon48.png"
},
"permissions": [
"http:\/\/*\/",
"https:\/\/*\/",
"notifications"
],
"icons": {
"128": "images\/icon128.png",
"48": "images\/icon48.png",
"16": "images\/icon16.png"
}
} | |