Stock Watch
Check latest stock quotes
Stock Watchとは何ですか?
Stock WatchはMohan Vurimiによって開発されたChromeの拡張機能で、その主な機能は「Check latest stock quotes」です。
拡張機能のスクリーンショット
Stock Watch拡張機能のCRXファイルをダウンロード
Stock Watch拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Follow your favorite stock with click of button. Latest update includes bug fixes raised due to yahoo api changes
拡張機能の基本情報
名前 | |
ID | nfjkmciodebjnpffbombhjdhnmbiaihn |
公式URL | https://chrome.google.com/webstore/detail/stock-watch/nfjkmciodebjnpffbombhjdhnmbiaihn |
説明 | Check latest stock quotes |
ファイルサイズ | 215 KB |
インストール数 | 92 |
現在のバージョン | 0.0.11 |
最終更新日 | 2017-11-24 |
公開日 | 2017-11-24 |
評価 | 3.67/5 合計 3 レビュー |
開発者 | Mohan Vurimi |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Stock Watch", "description": "Check latest stock quotes", "version": "0.0.11", "browser_action": { "default_icon": "images\/icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "storage", "https:\/\/ajax.googleapis.com\/" ] } |