Live Cryptocurrency Toolbar
Live Cryptocurrency Toolbar. Shows the current price of your favourite crypto currency in the browser toolbar.
Hvad er Live Cryptocurrency Toolbar?
Live Cryptocurrency Toolbar er en Chrome-udvidelse udviklet af Katyi Gergo, og dens hovedfunktion er "Live Cryptocurrency Toolbar. Shows the current price of your favourite crypto currency in the browser toolbar.".
Udvidelsesskærmbilleder
Download Live Cryptocurrency Toolbar-udvidelses-CRX-fil
Download Live Cryptocurrency Toolbar-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Crypto Ticker shows the current price of your favourite crypto currency in the browser toolbar. You can select multiple cryptocurrencies. Prices are updated every 5 minutes. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | komfbgcghgejfibmikljflimdjkgmalk |
| Officiel URL | https://chromewebstore.google.com/detail/live-cryptocurrency-toolb/komfbgcghgejfibmikljflimdjkgmalk |
| Beskrivelse | Live Cryptocurrency Toolbar. Shows the current price of your favourite crypto currency in the browser toolbar. |
| Filstørrelse | 47.37 KB |
| Antal Installationer | 32 |
| Nuværende Version | 1.0 |
| Senest Opdateret | 2018-08-05 |
| Udgivelsesdato | 2018-08-05 |
| Bedømmelse | 3.00/5 Samlet 2 Bedømmelser |
| Udvikler | Katyi Gergo |
| Betalingsmetode | free |
| Understøttede Sprog | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Live Cryptocurrency Toolbar",
"version": "1.0",
"description": "Live Cryptocurrency Toolbar. Shows the current price of your favourite crypto currency in the browser toolbar.",
"permissions": [
"storage"
],
"background": {
"persistent": false,
"scripts": [
"loader.js"
]
},
"icons": {
"16": "16x16.png",
"48": "48x48.png",
"128": "128x128.png"
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"jquery.min.js",
"cryptoToolbar.js"
]
}
],
"options_page": "options.html",
"manifest_version": 2
} | |