Shibes.Org DogeCoin Tracker

This extension replaces the new tab page in chrome with price tracking information about the DogeCoin.

Cos'è Shibes.Org DogeCoin Tracker?

Shibes.Org DogeCoin Tracker è un'estensione di Chrome sviluppata da James Shelley, e la sua funzione principale è "This extension replaces the new tab page in chrome with price tracking information about the DogeCoin.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Shibes.Org DogeCoin Tracker

Scarica i file di estensione Shibes.Org DogeCoin Tracker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        This extension will override your new tab page with current dogecoin price information.                    

Informazioni di Base sull'Estensione

Nome Shibes.Org DogeCoin Tracker Shibes.Org DogeCoin Tracker
ID jedodbnokihgeijikkcneiklbcoiaijb
URL Ufficiale https://chromewebstore.google.com/detail/shibesorg-dogecoin-tracke/jedodbnokihgeijikkcneiklbcoiaijb
Descrizione This extension replaces the new tab page in chrome with price tracking information about the DogeCoin.
Dimensione del File 69.3 KB
Conteggio Installazioni 48
Versione Corrente 1.14
Ultimo Aggiornamento 2018-01-01
Data di Pubblicazione 2018-01-01
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore James Shelley
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://shibes.org
Lingue Supportate en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Shibes.Org DogeCoin Tracker",
    "description": "This extension replaces the new tab page in chrome with price tracking information about the DogeCoin.",
    "version": "1.14",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "homepage_url": "https:\/\/shibes.org",
    "chrome_url_overrides": {
        "newtab": "main.html"
    },
    "permissions": [
        "activeTab",
        "storage"
    ]
}