Crypto Currency Price Ticker
Crypto Currency Price Ticker
Vad är Crypto Currency Price Ticker?
Crypto Currency Price Ticker är en Chrome-tillägg utvecklad av wangsai.silence, och dess huvudfunktion är "Crypto Currency Price Ticker".
Tilläggsskärmbilder
Ladda ner Crypto Currency Price Ticker-förlängningens CRX-fil
Ladda ner Crypto Currency Price Ticker-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
ccpt is a browser extension that displays the current price of various kinds of crypto currencies. It's nice, elegant, clean and simple.
Grundläggande Information om Tillägg
Namn | Crypto Currency Price Ticker |
ID | mijakhgijdnecolfkgnhfdfcbpakggic |
Officiell webbadress | https://chromewebstore.google.com/detail/crypto-currency-price-tic/mijakhgijdnecolfkgnhfdfcbpakggic |
Beskrivning | Crypto Currency Price Ticker |
Filstorlek | 121 KB |
Antal Installationer | 31 |
Aktuell Version | 1.3.9 |
Senast Uppdaterad | 2021-08-27 |
Publiceringsdatum | 2020-07-27 |
Utvecklare | wangsai.silence |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Crypto Currency Price Ticker", "short_name": "CCPT", "version": "1.3.9", "description": "Crypto Currency Price Ticker", "icons": { "16": "icons\/icon_16.png", "32": "icons\/icon_32.png", "48": "icons\/icon_48.png", "64": "icons\/icon_64.png", "128": "icons\/icon_128.png" }, "browser_action": { "default_icon": "icons\/icon_128.png", "default_title": "Crypto Currency Price Ticker", "browser_style": true, "default_popup": "src\/popup\/choose_symbol.html" }, "background": { "scripts": [ "src\/libs\/bignumber.min.js", "src\/exchanges\/proxy.js", "src\/storage.js", "src\/background.js" ] }, "permissions": [ "storage", "http:\/\/addons.wangsai.site" ], "default_locale": "en_US", "applications": { "gecko": { "id": "[email protected]" } } } |