Cryptocurrency Price Notification
Allow track cryptocurrency price
Co je Cryptocurrency Price Notification?
Cryptocurrency Price Notification je rozšíření Chrome vyvinuté livecode1986one, a jeho hlavní funkcí je „Allow track cryptocurrency price“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Cryptocurrency Price Notification
Stáhněte si soubory rozšíření Cryptocurrency Price Notification ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Cryptocurrency Price Notification - allows you to track the price of cryptocurrency and notify when the price reaches the set value.
Základní Informace o Rozšíření
Název | Cryptocurrency Price Notification |
ID | dcfjoaoabdlhiiohaamdngkicdjipffo |
Oficiální URL | https://chromewebstore.google.com/detail/cryptocurrency-price-noti/dcfjoaoabdlhiiohaamdngkicdjipffo |
Popis | Allow track cryptocurrency price |
Velikost souboru | 788 KB |
Počet instalací | 63 |
Aktuální Verze | 1.0.6 |
Poslední Aktualizace | 2021-04-06 |
Datum Vydání | 2021-04-03 |
Vývojář | livecode1986one |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | de,en,fr,es,it,ru,ar |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Allow track cryptocurrency price", "version": "1.0.6", "manifest_version": 2, "default_locale": "en", "name": "Cryptocurrency Price Notification", "background": { "scripts": [ "background.bundle.js" ], "persistent": true }, "browser_action": { "default_title": "Cryptocurrency Price Notification", "default_icon": "icon-34.png", "default_popup": "popup.html" }, "icons": { "128": "icon-128.png" }, "permissions": [ "background" ] } |