Derpi-New Tab

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

Derpi-New Tab क्या है?

Derpi-New Tab SeinopSys द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A new tab page replacement featuring the latest pony wallpaper from Derpibooru"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Derpi-New Tab एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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

एक्सटेंशन की मूल जानकारी

नाम Derpi-New Tab Derpi-New Tab
ID noggelkbkffdifgemicnanbkghjkoipl
आधिकारिक URL 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"
    }
}