YanGood
Watch Stocks with the most convenienct way
Cos'è YanGood?
YanGood è un'estensione di Chrome sviluppata da chyang, e la sua funzione principale è "Watch Stocks with the most convenienct way".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione YanGood
Scarica i file di estensione YanGood in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
- 修復大盤無法取得讀值 Informazioni di Base sull'Estensione
| Nome | |
| ID | jfmggnnekbfhbphpfdcbpdeibilpkfck |
| URL Ufficiale | https://chromewebstore.google.com/detail/yangood/jfmggnnekbfhbphpfdcbpdeibilpkfck |
| Descrizione | Watch Stocks with the most convenienct way |
| Dimensione del File | 286 KB |
| Conteggio Installazioni | 783 |
| Versione Corrente | 2022.11.24 |
| Ultimo Aggiornamento | 2022-11-24 |
| Data di Pubblicazione | 2020-06-05 |
| Valutazione | 5.00/5 Totale 6 Valutazioni |
| Sviluppatore | chyang |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
} | |