Decred Ticket Price $DCR
This extension shows the current Decred Ticker Price
Co to jest Decred Ticket Price $DCR?
Decred Ticket Price $DCR to rozszerzenie Chrome opracowane przez rafaelcmrj, a jego główną funkcją jest „This extension shows the current Decred Ticker Price”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Decred Ticket Price $DCR
Pobierz pliki rozszerzeń Decred Ticket Price $DCR w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
                                             Podstawowe informacje o rozszerzeniu
| Nazwa |   |  
| ID | jmenfdhmijaomloifmoannhmmolnanhh | 
| Oficjalny URL | https://chromewebstore.google.com/detail/decred-ticket-price-dcr/jmenfdhmijaomloifmoannhmmolnanhh | 
| Opis | This extension shows the current Decred Ticker Price | 
| Rozmiar pliku | 17.66 KB | 
| Liczba instalacji | 13 | 
| Aktualna Wersja | 1.0.1 | 
| Ostatnia Aktualizacja | 2017-03-16 | 
| Data Publikacji | 2017-03-16 | 
| Ocena | 5.00/5 Łącznie 1 Oceny | 
| Deweloper | rafaelcmrj | 
| [email protected] | |
| Typ Płatności | free | 
| Obsługiwane Języki | 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"
        ]
    }
}  |  |