Watch Stock 0.1.5

方便低調的觀察股市資訊,支援拖曳調整股票資訊,分類編輯功能,目前支援台股

What is Watch Stock 0.1.5?

Watch Stock 0.1.5 is a Chrome extension developed by https://investsnote.blogspot.com, and its main feature is "方便低調的觀察股市資訊,支援拖曳調整股票資訊,分類編輯功能,目前支援台股".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Watch Stock 0.1.5 Extension CRX File

Download Watch Stock 0.1.5 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.點擊Watch Stock擴充工具按鈕觀看股價資訊。
6.代碼或股票名稱查詢個股,台股大盤加權指數輸入TWII搜尋。
7.支援中文/英文介面。
8.匯入/匯出,方便將關注的股票帶到別台電腦。
9.點擊分類兩下可以編輯分類名稱。

2023.3.15
將設定頁面移除,全部功能都放到主要操作畫面,包括新增刪除修改分類,股票顯示順序排版,移動個股到其他分類。                    

Extension Basic Information

Name Watch Stock 0.1.5 Watch Stock 0.1.5
ID hndefjdjhakkdddfafpdhpkcanjmfebh
Official URL https://chromewebstore.google.com/detail/watch-stock-015/hndefjdjhakkdddfafpdhpkcanjmfebh
Description 方便低調的觀察股市資訊,支援拖曳調整股票資訊,分類編輯功能,目前支援台股
File Size 171 KB
Installation Count 24
Current Version basic
Last Updated 2023-03-22
Publish Date 2022-02-24
Developer https://investsnote.blogspot.com
Email [email protected]
Payment Type free
Extension Website https://investsnote.blogspot.com/p/roor.html
Supported Languages zh-TW
manifest.json
{
    "manifest_version": 3,
    "name": "Watch Stock 0.1.5",
    "version": "0.1.5",
    "action": {
        "default_icon": {
            "16": "img\/16.png",
            "32": "img\/32.png"
        },
        "default_title": "Watch Stock",
        "default_popup": "src\/html\/popup.html"
    },
    "description": "\u65b9\u4fbf\u4f4e\u8abf\u7684\u89c0\u5bdf\u80a1\u5e02\u8cc7\u8a0a\uff0c\u652f\u63f4\u62d6\u66f3\u8abf\u6574\u80a1\u7968\u8cc7\u8a0a\uff0c\u5206\u985e\u7de8\u8f2f\u529f\u80fd\uff0c\u76ee\u524d\u652f\u63f4\u53f0\u80a1",
    "icons": {
        "16": "img\/16.png",
        "32": "img\/32.png",
        "48": "img\/48.png",
        "128": "img\/128.png"
    },
    "author": "HSY",
    "background": {
        "service_worker": "src\/js\/bk.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "src\/js\/content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "cross_origin_embedder_policy": {
        "value": "require-corp"
    },
    "cross_origin_opener_policy": {
        "value": "same-origin"
    },
    "devtools_page": "devtools.html",
    "externally_connectable": {
        "matches": [
            "*:\/\/*.example.com\/*"
        ]
    },
    "file_system_provider_capabilities": {
        "configurable": true,
        "multiple_mounts": true,
        "source": "network"
    },
    "homepage_url": "https:\/\/investsnote.blogspot.com\/p\/roor.html",
    "host_permissions": [
        "https:\/\/www.google.com\/"
    ],
    "offline_enabled": true,
    "omnibox": {
        "keyword": "aString"
    },
    "permissions": [
        "notifications",
        "activeTab",
        "tabs",
        "contextMenus",
        "background",
        "alarms",
        "scripting"
    ],
    "short_name": "Watch Stock",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version_name": " basic",
    "options_page": "src\/html\/setting.html"
}