Decred Ticket Price $DCR
This extension shows the current Decred Ticker Price
Co je Decred Ticket Price $DCR?
Decred Ticket Price $DCR je rozšíření Chrome vyvinuté rafaelcmrj, a jeho hlavní funkcí je „This extension shows the current Decred Ticker Price“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Decred Ticket Price $DCR
Stáhněte si soubory rozšíření Decred Ticket Price $DCR 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í
Základní Informace o Rozšíření
| Název | |
| ID | jmenfdhmijaomloifmoannhmmolnanhh |
| Oficiální URL | https://chromewebstore.google.com/detail/decred-ticket-price-dcr/jmenfdhmijaomloifmoannhmmolnanhh |
| Popis | This extension shows the current Decred Ticker Price |
| Velikost souboru | 17.66 KB |
| Počet instalací | 13 |
| Aktuální Verze | 1.0.1 |
| Poslední Aktualizace | 2017-03-16 |
| Datum Vydání | 2017-03-16 |
| Hodnocení | 5.00/5 Celkem 1 Hodnocení |
| Vývojář | rafaelcmrj |
| [email protected] | |
| Typ Platby | free |
| Podporované Jazyky | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Decred Ticket Price $DCR",
"description": "This extension shows the current Decred Ticker Price",
"version": "1.0.1",
"icons": {
"16": "icon-16.png",
"48": "icon-48.png",
"128": "icon-128.png"
},
"browser_action": {
"default_icon": "icon.png",
"default_popup": "popup.html"
},
"permissions": [],
"background": {
"scripts": [
"background.js"
]
}
} | |