Bitcoin Extension
This Extension shows the current Bitcoin exchange rate.
Co je Bitcoin Extension?
Bitcoin Extension je rozšíření Chrome vyvinuté https://sites.google.com/view/bitcoin-extension, a jeho hlavní funkcí je „This Extension shows the current Bitcoin exchange rate.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Bitcoin Extension
Stáhněte si soubory rozšíření Bitcoin Extension 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í
This extension allows you to monitor the current bitcoin exchange rate. It also includes an online bitcoin calculator. Supported languages: English and Russian.
Základní Informace o Rozšíření
Název | Bitcoin Extension |
ID | afhfbdbjojkmnjhlcefomefflbkbhpcc |
Oficiální URL | https://chromewebstore.google.com/detail/bitcoin-extension/afhfbdbjojkmnjhlcefomefflbkbhpcc |
Popis | This Extension shows the current Bitcoin exchange rate. |
Velikost souboru | 225 KB |
Počet instalací | 3,000 |
Aktuální Verze | 1.3.0 |
Poslední Aktualizace | 2024-01-04 |
Datum Vydání | 2019-09-05 |
Hodnocení | 4.65/5 Celkem 74 Hodnocení |
Vývojář | https://sites.google.com/view/bitcoin-extension |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://sites.google.com/view/bitcoin-extension |
URL Stránky Nápovědy | https://sites.google.com/view/bitcoin-extension |
Podporované Jazyky | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "icons": { "16": "icon16.plasmo.00ac8b83.png", "32": "icon32.plasmo.9ad0c5b6.png", "48": "icon48.plasmo.cae3a6b3.png", "64": "icon64.plasmo.e4b604fc.png", "128": "icon128.plasmo.b89b7dfa.png" }, "manifest_version": 3, "action": { "default_icon": { "16": "icon16.plasmo.00ac8b83.png", "32": "icon32.plasmo.9ad0c5b6.png", "48": "icon48.plasmo.cae3a6b3.png", "64": "icon64.plasmo.e4b604fc.png", "128": "icon128.plasmo.b89b7dfa.png" }, "default_popup": "popup.html" }, "version": "1.3.0", "author": "Ivana Frolova", "name": "Bitcoin Extension", "description": "This Extension shows the current Bitcoin exchange rate.", "background": { "service_worker": "static\/background\/index.js" }, "permissions": [ "storage", "background" ], "content_scripts": [ { "matches": [ "https:\/\/*.blockchain.com\/*" ], "js": [ "content.fc9a8e5d.js" ], "run_at": "document_start", "css": [] } ], "host_permissions": [ "https:\/\/*.blockchain.com\/*", "https:\/\/*.bitcoinaverage.com\/*" ] } |