YanGood

Watch Stocks with the most convenienct way

Apa itu YanGood?

YanGood adalah ekstensi Chrome yang dikembangkan oleh chyang, dan fitur utamanya adalah "Watch Stocks with the most convenienct way".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi YanGood

Unduh file ekstensi YanGood dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama YanGood YanGood
ID jfmggnnekbfhbphpfdcbpdeibilpkfck
URL Resmi https://chromewebstore.google.com/detail/yangood/jfmggnnekbfhbphpfdcbpdeibilpkfck
Deskripsi Watch Stocks with the most convenienct way
Ukuran File 286 KB
Jumlah Instalasi 783
Versi Saat Ini 2022.11.24
Terakhir Diperbarui 2022-11-24
Tanggal Publikasi 2020-06-05
Penilaian 5.00/5 Total 6 Penilaian
Pengembang chyang
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
}