Derpi-New Tab

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

什麼是Derpi-New Tab?

Derpi-New Tab是由SeinopSys開發的Chrome擴展程式,該擴展的主要功能是“A new tab page replacement featuring the latest pony wallpaper from Derpibooru”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Derpi-New Tab擴展crx文件

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

擴展使用說明

                        This project is open-source, the code is available here: https://github.com/SeinopSys/Derpi-NewTab                    

擴展基本資訊

名稱 Derpi-New Tab Derpi-New Tab
ID noggelkbkffdifgemicnanbkghjkoipl
官方網址 https://chromewebstore.google.com/detail/derpi-new-tab/noggelkbkffdifgemicnanbkghjkoipl
簡介 A new tab page replacement featuring the latest pony wallpaper from Derpibooru
檔案大小 110 KB
安裝次數 41
目前版本 2.6.1
更新時間 2021-09-21
上架時間 2020-02-01
評分 5.00/5 共 4 次評分
開發者 SeinopSys
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/SeinopSys/Derpi-NewTab
說明頁面URL https://github.com/SeinopSys/Derpi-NewTab/issues
支援的語言 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"
    }
}