Global Index Watch - Stock Markets
Watch how the global stock markets are doing at the touch of a button, literally..
Global Index Watch - Stock Marketsとは何ですか?
Global Index Watch - Stock MarketsはUday Kumar Pydaによって開発されたChromeの拡張機能で、その主な機能は「Watch how the global stock markets are doing at the touch of a button, literally..」です。
拡張機能のスクリーンショット
Global Index Watch - Stock Markets拡張機能のCRXファイルをダウンロード
Global Index Watch - Stock Markets拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
If you are interested in finance, keep reading.. Most importantly if you are the kind of person who wants to be kept informed of the various stock markets around the world, then this extension is for you. With once click of a button, you can track the indices in the area you live or that interests you. You can pick and choose the countries whose indices you want to track. The extension can display the indices from most of the markets in North America, Latin America, Europe, Asia and Australia.
拡張機能の基本情報
名前 | |
ID | mjgpfpphpgdhgodebieknbmnlncfpnek |
公式URL | https://chrome.google.com/webstore/detail/global-index-watch-stock/mjgpfpphpgdhgodebieknbmnlncfpnek |
説明 | Watch how the global stock markets are doing at the touch of a button, literally.. |
ファイルサイズ | 136 KB |
インストール数 | 994 |
現在のバージョン | 1.4 |
最終更新日 | 2015-10-30 |
公開日 | 2015-10-30 |
評価 | 3.57/5 合計 23 レビュー |
開発者 | Uday Kumar Pyda |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | http://udaysasi-gadgets.googlecode.com/svn/trunk/globalIndexWatchExtensionHelp.html |
ヘルプページのURL | http://groups.google.com/group/quickstockwatch |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Global Index Watch - Stock Markets", "version": "1.4", "description": "Watch how the global stock markets are doing at the touch of a button, literally..", "browser_action": { "default_icon": "stockIcon.png", "default_title": "Global Index Watch", "default_popup": "popup.html" }, "manifest_version": 2, "icons": { "48": "stockIcon48.png", "128": "stockIcon128.png" }, "options_page": "options.html", "permissions": [ "http:\/\/download.finance.yahoo.com\/*" ], "web_accessible_resources": [ "stockIcon48.png" ] } |