Shibes.Org DogeCoin Tracker

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

Co to jest Shibes.Org DogeCoin Tracker?

Shibes.Org DogeCoin Tracker to rozszerzenie Chrome opracowane przez James Shelley, a jego główną funkcją jest „This extension replaces the new tab page in chrome with price tracking information about the DogeCoin.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Shibes.Org DogeCoin Tracker

Pobierz pliki rozszerzeń Shibes.Org DogeCoin Tracker 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

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

Podstawowe informacje o rozszerzeniu

Nazwa Shibes.Org DogeCoin Tracker Shibes.Org DogeCoin Tracker
ID jedodbnokihgeijikkcneiklbcoiaijb
Oficjalny URL https://chromewebstore.google.com/detail/shibesorg-dogecoin-tracke/jedodbnokihgeijikkcneiklbcoiaijb
Opis This extension replaces the new tab page in chrome with price tracking information about the DogeCoin.
Rozmiar pliku 69.3 KB
Liczba instalacji 48
Aktualna Wersja 1.14
Ostatnia Aktualizacja 2018-01-01
Data Publikacji 2018-01-01
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper James Shelley
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://shibes.org
Obsługiwane Języki 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"
    ]
}