yStock

一個簡單看股票的小工具

What is yStock?

yStock is a Chrome extension developed by https://ystock.tw, and its main feature is "一個簡單看股票的小工具".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download yStock Extension CRX File

Download yStock 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

                        這是一個可以簡單的看股票的小工具
可以依代碼或是名稱搜尋,輕鬆建立清單
隨時查看最新數值!支援台股以及美股!
可依照重要程度自行對個股排序~
有分頁管理功能,讓你追蹤股票更有效率
追蹤最佳五檔,掌握行情趨勢!

p.s. 單分頁建立太多筆有可能反應會變慢,請斟酌
可多利用分頁功能來分類查詢~

有任何建議或都請mail給我~
[email protected]

====
* 沒有廣告、完全免費
* 資料來源為 Yahoo!股市,本資料僅供參考,使用者依本資料交易發生交易損失需自行負責,對資料內容錯誤、更新延誤或傳輸中斷不負任何責任。
====

v2.5.2
- [fix] 修正擷取不到股價資料的問題

v2.5.1
- [fix] 修正美股資料擷取不到的問題

v2.5.0
- [add] 當日走勢圖 (小圖/詳細)
- [add] 相關個股新聞 (台股)
- [add] 選項新增 (高度、列表樣式調整)
- [fix] 程式重構,提升效率以及增強錯誤處理
- [fix] 更新 Manifest 至 V3

v2.4.1
- [fix] 修正五檔資訊位置
- [fix] 漲跌符號補回
- [fix] 修正連結失效
- [fix] 增強錯誤處理

v 2.4.0
- [add] 支援美股
- [add] 新增深色主題
- [fix] 修正 yahoo 頁面擷取問題
- [fix] 修正大盤資料擷取問題
- [fix] 增強錯誤處理,減少卡住情況
- [fix] 分頁數量調整為 7 頁
- [fix] 底層改進增進解析效率,縮小檔案

v 2.3.3
- [fix] 修正 yahoo 頁面擷取問題
- [fix] 調整漲跌符號,使其能看出漲/跌停

v 2.3.2
- [fix] 修正 yahoo 頁面擷取問題
- [fix] 修正因為擷取錯誤而洗掉資料的問題

* 之前會因為擷取失敗出現「此股票不存在」的情況
  而在此情況下切換分頁會造成資料遺失
  若更新至 v2.3.2 後還是有「此股票不存在」的情況時
  麻煩將所有資料刪除再重新建立
  真的非常抱歉 QQ

v 2.3.1
- [fix] 修正 yahoo 頁面擷取問題

v 2.3.0
- [add] 支援 firefox
- [add] 新增匯入/匯出功能

舊的版本資訊請至官網看                    

Extension Basic Information

Name yStock yStock
ID kdfomaiafhgjpidlcfhfpifmleaiacji
Official URL https://chromewebstore.google.com/detail/ystock/kdfomaiafhgjpidlcfhfpifmleaiacji
Description 一個簡單看股票的小工具
File Size 773 KB
Installation Count 10,000
Current Version 2.5.2
Last Updated 2023-12-15
Publish Date 2019-03-08
Rating 4.72/5 Total 69 Ratings
Developer https://ystock.tw
Email [email protected]
Payment Type free
Extension Website https://ystock.tw/
Privacy Policy Page URL https://ystock.tw/privacy.html
Supported Languages zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "yStock",
    "version": "2.5.2",
    "description": "\u4e00\u500b\u7c21\u55ae\u770b\u80a1\u7968\u7684\u5c0f\u5de5\u5177",
    "icons": {
        "16": "assets\/images\/icon_16.png",
        "48": "assets\/images\/icon_48.png",
        "128": "assets\/images\/icon_128.png"
    },
    "background": {
        "service_worker": "bg.js"
    },
    "action": {
        "default_icon": {
            "16": "assets\/images\/icon_16.png",
            "48": "assets\/images\/icon_48.png",
            "128": "assets\/images\/icon_128.png"
        },
        "default_popup": "popup.html",
        "default_title": "yStock"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'",
        "sandbox": "sandbox script-src 'self' 'https:\/\/www.google-analytics.com' 'unsafe-eval'; object-src 'self'"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/tw.stock.yahoo.com\/*",
        "https:\/\/tw.quote.finance.yahoo.net\/*",
        "https:\/\/*.finance.yahoo.com\/*"
    ]
}