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