Shibes.Org DogeCoin Tracker

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

Apa itu Shibes.Org DogeCoin Tracker?

Shibes.Org DogeCoin Tracker adalah ekstensi Chrome yang dikembangkan oleh James Shelley, dan fitur utamanya adalah "This extension replaces the new tab page in chrome with price tracking information about the DogeCoin.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Shibes.Org DogeCoin Tracker

Unduh file ekstensi Shibes.Org DogeCoin Tracker dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Shibes.Org DogeCoin Tracker Shibes.Org DogeCoin Tracker
ID jedodbnokihgeijikkcneiklbcoiaijb
URL Resmi https://chromewebstore.google.com/detail/shibesorg-dogecoin-tracke/jedodbnokihgeijikkcneiklbcoiaijb
Deskripsi This extension replaces the new tab page in chrome with price tracking information about the DogeCoin.
Ukuran File 69.3 KB
Jumlah Instalasi 48
Versi Saat Ini 1.14
Terakhir Diperbarui 2018-01-01
Tanggal Publikasi 2018-01-01
Penilaian 5.00/5 Total 1 Penilaian
Pengembang James Shelley
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://shibes.org
Bahasa yang Didukung 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"
    ]
}