YanGood
Watch Stocks with the most convenienct way
Hvad er YanGood?
YanGood er en Chrome-udvidelse udviklet af chyang, og dens hovedfunktion er "Watch Stocks with the most convenienct way".
Udvidelsesskærmbilleder
Download YanGood-udvidelses-CRX-fil
Download YanGood-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
1. 查詢上市櫃股票、國際股市、外匯、加密貨幣等資訊
2. 自訂價量提醒 ,並可開關控制與間隔
3. 股票資料自動更新,滑過去不必點擊即可查看
4. 自訂股票顯示順序
5. 代碼查詢方式:
於輸入框輸入 -> 股票代碼、中文、英文...等
股票添加方式:
1. 對圖標(icon)點擊右鍵
2. 找到"選項"並點擊
3. 新增代碼
(台大盤: ^TWII(加權), ^TWOII(夜盤)...)
(美大盤: YM=F(小道瓊), MNQ=F(小那斯達克)...)
(美股: VOO, TSLA...)
(貨幣: Bitcoin, TWD=X(台幣美元)...)
** 如果更新後無法使用,可以嘗試重新安裝 **
-------------------------------------------------------------------------------------
資料來源為 Yahoo!股市,對資料內容錯誤、更新延誤或傳輸中斷不負任何責任。
-------------------------------------------------------------------------------------
2021.08.29
- 修復區間無資料不顯示問題
2021.08.11
- 移除不穩定的API來源,全部來源改由Yahoo取得
- 優化搜尋功能(支援中文)
- 自訂股票名稱
- 支援日,周,月,年,全圖表
2021.04.24
- 新增排序功能
- 預設加入大盤
2021.04.17
- 修復美股交易量
- 新增提醒限制(自訂提醒間隔)
2021.04.05
- 新增資料來源(yahoo)
- 修復股票最低價為0的錯誤
2021.03.22
- 修復打開超連結
- 新增水平線顯示昨日價格
2020.11.27
- 修復時間問題
- 新增線圖顯示
2020.11.17
- 修復大盤無法取得讀值 Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | jfmggnnekbfhbphpfdcbpdeibilpkfck |
| Officiel URL | https://chromewebstore.google.com/detail/yangood/jfmggnnekbfhbphpfdcbpdeibilpkfck |
| Beskrivelse | Watch Stocks with the most convenienct way |
| Filstørrelse | 286 KB |
| Antal Installationer | 783 |
| Nuværende Version | 2022.11.24 |
| Senest Opdateret | 2022-11-24 |
| Udgivelsesdato | 2020-06-05 |
| Bedømmelse | 5.00/5 Samlet 6 Bedømmelser |
| Udvikler | chyang |
| [email protected] | |
| Betalingsmetode | free |
| Understøttede Sprog | en,zh-TW |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"background": {
"page": "background.html"
},
"browser_action": {
"default_icon": "images\/icon48.png",
"default_popup": "popup.html"
},
"default_locale": "zh_TW",
"description": "__MSG_extDesc__",
"icons": {
"128": "images\/icon128.png",
"16": "images\/icon16.png",
"48": "images\/icon48.png"
},
"manifest_version": 2,
"name": "__MSG_extName__",
"options_page": "options.html",
"content_security_policy": "script-src 'self' https:\/\/partner-query.finance.yahoo.com\/; object-src 'self'",
"permissions": [
"https:\/\/*.yahoo.com\/*",
"notifications"
],
"version": "2022.11.24"
} | |