18天.stock
股市即時資訊,可關注大盤、個股等即時報價,提供下單前的參考。
Wat is 18天.stock?
18天.stock is een Chrome-extensie ontwikkeld door 林龍吉, en de belangrijkste functie is "股市即時資訊,可關注大盤、個股等即時報價,提供下單前的參考。".
Extensie Screenshots
Download het CRX-bestand van de extensie 18天.stock
Download 18天.stock-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
18天.stock 提供一個方便又實用的工具,讓同為股市的愛好者,透過簡單的設定,可以即時追蹤喜好的個股資訊。 後續會繼續提供新的功能,持續精進套件的功能。
Basisinformatie over de Extensie
Naam | 18天.stock |
ID | kfgfkmemaocopekindpheodngjcijajf |
Officiële URL | https://chromewebstore.google.com/detail/18%E5%A4%A9stock/kfgfkmemaocopekindpheodngjcijajf |
Beschrijving | 股市即時資訊,可關注大盤、個股等即時報價,提供下單前的參考。 |
Bestandsgrootte | 3.03 MB |
Aantal Installaties | 205 |
Huidige Versie | 2.6 |
Laatst Bijgewerkt | 2024-03-01 |
Publicatiedatum | 2021-04-21 |
Beoordeling | 5.00/5 Totaal 4 Beoordelingen |
Ontwikkelaar | 林龍吉 |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://line.soocker.com/chrome/privacy.html |
Ondersteunde Talen | 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" ] } |