18天.stock
股市即時資訊,可關注大盤、個股等即時報價,提供下單前的參考。
What is 18天.stock?
18天.stock is a Chrome extension developed by 林龍吉, and its main feature is "股市即時資訊,可關注大盤、個股等即時報價,提供下單前的參考。".
Extension Screenshots
Download 18天.stock Extension CRX File
Download 18天.stock 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
18天.stock 提供一個方便又實用的工具,讓同為股市的愛好者,透過簡單的設定,可以即時追蹤喜好的個股資訊。 後續會繼續提供新的功能,持續精進套件的功能。
Extension Basic Information
Name | 18天.stock |
ID | kfgfkmemaocopekindpheodngjcijajf |
Official URL | https://chromewebstore.google.com/detail/18%E5%A4%A9stock/kfgfkmemaocopekindpheodngjcijajf |
Description | 股市即時資訊,可關注大盤、個股等即時報價,提供下單前的參考。 |
File Size | 3.03 MB |
Installation Count | 205 |
Current Version | 2.6 |
Last Updated | 2024-03-01 |
Publish Date | 2021-04-21 |
Rating | 5.00/5 Total 4 Ratings |
Developer | 林龍吉 |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://line.soocker.com/chrome/privacy.html |
Supported Languages | zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "author": "[email protected]", "name": "18\u5929.stock", "description": "\u80a1\u5e02\u5373\u6642\u8cc7\u8a0a\uff0c\u53ef\u95dc\u6ce8\u5927\u76e4\u3001\u500b\u80a1\u7b49\u5373\u6642\u5831\u50f9\uff0c\u63d0\u4f9b\u4e0b\u55ae\u524d\u7684\u53c3\u8003\u3002", "version": "2.6", "icons": { "16": "img\/icon16.png", "64": "img\/icon64.png", "128": "img\/icon128.png" }, "action": { "default_popup": "popup.html", "default_icon": { "16": "img\/icon16.png", "64": "img\/icon64.png", "128": "img\/icon128.png" } }, "options_page": "options.html", "background": { "service_worker": "js\/background.js", "type": "module" }, "permissions": [ "alarms", "contextMenus", "storage", "notifications" ] } |