Shibes.Org DogeCoin Tracker

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

Wat is Shibes.Org DogeCoin Tracker?

Shibes.Org DogeCoin Tracker is een Chrome-extensie ontwikkeld door James Shelley, en de belangrijkste functie is "This extension replaces the new tab page in chrome with price tracking information about the DogeCoin.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Shibes.Org DogeCoin Tracker

Download Shibes.Org DogeCoin Tracker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Shibes.Org DogeCoin Tracker Shibes.Org DogeCoin Tracker
ID jedodbnokihgeijikkcneiklbcoiaijb
Officiële URL https://chromewebstore.google.com/detail/shibesorg-dogecoin-tracke/jedodbnokihgeijikkcneiklbcoiaijb
Beschrijving This extension replaces the new tab page in chrome with price tracking information about the DogeCoin.
Bestandsgrootte 69.3 KB
Aantal Installaties 48
Huidige Versie 1.14
Laatst Bijgewerkt 2018-01-01
Publicatiedatum 2018-01-01
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar James Shelley
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://shibes.org
Ondersteunde Talen 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"
    ]
}