18天.stock
股市即時資訊,可關注大盤、個股等即時報價,提供下單前的參考。
Cos'è 18天.stock?
18天.stock è un'estensione di Chrome sviluppata da 林龍吉, e la sua funzione principale è "股市即時資訊,可關注大盤、個股等即時報價,提供下單前的參考。".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione 18天.stock
Scarica i file di estensione 18天.stock in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
18天.stock 提供一個方便又實用的工具,讓同為股市的愛好者,透過簡單的設定,可以即時追蹤喜好的個股資訊。 後續會繼續提供新的功能,持續精進套件的功能。
Informazioni di Base sull'Estensione
Nome | 18天.stock |
ID | kfgfkmemaocopekindpheodngjcijajf |
URL Ufficiale | https://chromewebstore.google.com/detail/18%E5%A4%A9stock/kfgfkmemaocopekindpheodngjcijajf |
Descrizione | 股市即時資訊,可關注大盤、個股等即時報價,提供下單前的參考。 |
Dimensione del File | 3.03 MB |
Conteggio Installazioni | 205 |
Versione Corrente | 2.6 |
Ultimo Aggiornamento | 2024-03-01 |
Data di Pubblicazione | 2021-04-21 |
Valutazione | 5.00/5 Totale 4 Valutazioni |
Sviluppatore | 林龍吉 |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://line.soocker.com/chrome/privacy.html |
Lingue Supportate | 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" ] } |