Super Evil New Tab Redux

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

什麼是Super Evil New Tab Redux?

Super Evil New Tab Redux是由mistweaver.co開發的Chrome擴展程式,該擴展的主要功能是“Customize your new tab page with HTML, JavaScript and CSS.”。

擴展截圖

screenshot

下載Super Evil New Tab Redux擴展crx文件

下載Super Evil New Tab Redux擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 Super Evil New Tab Redux Super Evil New Tab Redux
ID nnibhjkcbjcnhknicjjfhjjnappabojp
官方網址 https://chromewebstore.google.com/detail/super-evil-new-tab-redux/nnibhjkcbjcnhknicjjfhjjnappabojp
簡介 Customize your new tab page with HTML, JavaScript and CSS.
檔案大小 2.93 MB
安裝次數 183
目前版本 0.0.5
更新時間 2022-10-19
上架時間 2021-04-07
開發者 mistweaver.co
電子郵箱 [email protected]
付費類型 free
支援的語言 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"
        ]
    }
}