Super Evil New Tab Redux

Customize your new tab page with HTML, JavaScript and CSS.

Cos'è Super Evil New Tab Redux?

Super Evil New Tab Redux è un'estensione di Chrome sviluppata da mistweaver.co, e la sua funzione principale è "Customize your new tab page with HTML, JavaScript and CSS.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Super Evil New Tab Redux

Scarica i file di estensione Super Evil New Tab Redux 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

                        Super Evil New Tab Reborn - Customize your new tab page with HTML, JavaScript and CSS.

Full source code is available here: https://github.com/mistweaverco/super-evil-new-tab-redux                    

Informazioni di Base sull'Estensione

Nome Super Evil New Tab Redux Super Evil New Tab Redux
ID nnibhjkcbjcnhknicjjfhjjnappabojp
URL Ufficiale https://chromewebstore.google.com/detail/super-evil-new-tab-redux/nnibhjkcbjcnhknicjjfhjjnappabojp
Descrizione Customize your new tab page with HTML, JavaScript and CSS.
Dimensione del File 2.93 MB
Conteggio Installazioni 183
Versione Corrente 0.0.5
Ultimo Aggiornamento 2022-10-19
Data di Pubblicazione 2021-04-07
Sviluppatore mistweaver.co
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Super Evil New Tab Redux",
    "version": "0.0.5",
    "description": "Customize your new tab page with HTML, JavaScript and CSS.",
    "icons": {
        "16": "icons\/icon-16.png",
        "32": "icons\/icon-32.png",
        "48": "icons\/icon-48.png",
        "96": "icons\/icon-96.png"
    },
    "permissions": [
        "",
        "storage",
        "webRequest",
        "webRequestBlocking"
    ],
    "options_page": "options.html",
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "sandbox": {
        "pages": [
            "sandbox.html",
            "content\/sandbox-preview.html"
        ]
    },
    "background": {
        "scripts": [
            "bg\/config-detect.js",
            "bg\/config-detect.run.js"
        ]
    }
}