YanGood

Watch Stocks with the most convenienct way

What is YanGood?

YanGood is a Chrome extension developed by chyang, and its main feature is "Watch Stocks with the most convenienct way".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download YanGood Extension CRX File

Download YanGood extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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
    - 修復大盤無法取得讀值                    

Extension Basic Information

Name YanGood YanGood
ID jfmggnnekbfhbphpfdcbpdeibilpkfck
Official URL https://chromewebstore.google.com/detail/yangood/jfmggnnekbfhbphpfdcbpdeibilpkfck
Description Watch Stocks with the most convenienct way
File Size 286 KB
Installation Count 783
Current Version 2022.11.24
Last Updated 2022-11-24
Publish Date 2020-06-05
Rating 5.00/5 Total 6 Ratings
Developer chyang
Email [email protected]
Payment Type free
Supported Languages 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"
}