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 |
官方網址 | 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 |
電子郵箱 | [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" ] } |