ZET
Display SET Index. Data refresh every minute from settrade.com site.
ZETとは何ですか?
ZETはzinuzoidによって開発されたChromeの拡張機能で、その主な機能は「Display SET Index. Data refresh every minute from settrade.com site.」です。
拡張機能のスクリーンショット
ZET拡張機能のCRXファイルをダウンロード
ZET拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Display SET index(Stock Exchange of Thailand). Data refresh every minute from settrade.com site. SET index numbers shown in notification icon. When you click the notification icon it'll open popup directly to set.or.th, which show SET index interday graph.
拡張機能の基本情報
名前 | |
ID | aoefkgcofjkonnklmpnhpcjlbjadeifo |
公式URL | https://chrome.google.com/webstore/detail/zet/aoefkgcofjkonnklmpnhpcjlbjadeifo |
説明 | Display SET Index. Data refresh every minute from settrade.com site. |
ファイルサイズ | 19.61 KB |
インストール数 | 20 |
現在のバージョン | 0.2.2 |
最終更新日 | 2016-09-06 |
公開日 | 2016-09-06 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | zinuzoid |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "persistent": false, "page": "background.html" }, "browser_action": { "default_icon": "zet_off.png", "default_popup": "popup.html" }, "description": "Display SET Index. Data refresh every minute from settrade.com site.", "icons": { "128": "icon_128.png" }, "name": "ZET", "permissions": [ "alarms", "*:\/\/*.settrade.com\/" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "version": "0.2.2", "manifest_version": 2 } |