YanGood

Watch Stocks with the most convenienct way

YanGood란 무엇입니까?

YanGood은(는) chyang에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Watch Stocks with the most convenienct way"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

YanGood 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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

확장 프로그램 기본 정보

이름 YanGood YanGood
ID jfmggnnekbfhbphpfdcbpdeibilpkfck
공식 URL https://chromewebstore.google.com/detail/yangood/jfmggnnekbfhbphpfdcbpdeibilpkfck
설명 Watch Stocks with the most convenienct way
파일 크기 286 KB
설치 횟수 783
현재 버전 2022.11.24
최근 업데이트 2022-11-24
출시 날짜 2020-06-05
평점 5.00/5 총 6 개의 평점
개발자 chyang
이메일 [email protected]
결제 유형 free
지원되는 언어 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"
}