Derpi-New Tab

A new tab page replacement featuring the latest pony wallpaper from Derpibooru

Cos'è Derpi-New Tab?

Derpi-New Tab è un'estensione di Chrome sviluppata da SeinopSys, e la sua funzione principale è "A new tab page replacement featuring the latest pony wallpaper from Derpibooru".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Derpi-New Tab

Scarica i file di estensione Derpi-New Tab 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 project is open-source, the code is available here: https://github.com/SeinopSys/Derpi-NewTab                    

Informazioni di Base sull'Estensione

Nome Derpi-New Tab Derpi-New Tab
ID noggelkbkffdifgemicnanbkghjkoipl
URL Ufficiale https://chromewebstore.google.com/detail/derpi-new-tab/noggelkbkffdifgemicnanbkghjkoipl
Descrizione A new tab page replacement featuring the latest pony wallpaper from Derpibooru
Dimensione del File 110 KB
Conteggio Installazioni 41
Versione Corrente 2.6.1
Ultimo Aggiornamento 2021-09-21
Data di Pubblicazione 2020-02-01
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore SeinopSys
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/SeinopSys/Derpi-NewTab
URL della Pagina di Aiuto https://github.com/SeinopSys/Derpi-NewTab/issues
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Derpi-New Tab",
    "description": "A new tab page replacement featuring the latest pony wallpaper from Derpibooru",
    "version": "2.6.1",
    "browser_specific_settings": {
        "gecko": {
            "strict_min_version": "60.0"
        }
    },
    "permissions": [
        "https:\/\/derpibooru.org\/",
        "https:\/\/derpicdn.net\/"
    ],
    "optional_permissions": [
        "https:\/\/www.derpibooru.org\/",
        "https:\/\/trixiebooru.org\/",
        "cookies"
    ],
    "icons": {
        "16": "img\/16.png",
        "32": "img\/32.png",
        "48": "img\/48.png",
        "128": "img\/128.png",
        "256": "img\/256.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    }
}