Clean 'New Tab' Page

Remove all Google branding, search box, and links from the New Tab page.

Clean 'New Tab' Page क्या है?

Clean 'New Tab' Page pacemkr द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Remove all Google branding, search box, and links from the New Tab page."।

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

screenshot

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

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

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

                        This extension has NO JAVASCRIPT.

The extension requires the "Access to data on www.google.com" permission solely because that is the only way to inject extra styles into the chrome://newtab page.

The full source code for this extension is available at https://github.com/pacemkr/clean-newtab-page-chrome-extension                    

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

नाम Clean 'New Tab' Page Clean 'New Tab' Page
ID mnmkggimefekcebhjcapcipmnljbldal
आधिकारिक URL https://chrome.google.com/webstore/detail/clean-new-tab-page/mnmkggimefekcebhjcapcipmnljbldal
विवरण Remove all Google branding, search box, and links from the New Tab page.
फ़ाइल का आकार 4.73 KB
स्थापना संख्या 27
वर्तमान संस्करण 0.1.7
अंतिम अपडेट 2013-11-24
प्रकाशन तिथि 2013-11-24
रेटिंग 2.00/5 कुल 4 रेटिंग्स
डेवलपर pacemkr
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/pacemkr/clean-newtab-page-chrome-extension
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Clean 'New Tab' Page",
    "description": "Remove all Google branding, search box, and links from the New Tab page.",
    "version": "0.1.7",
    "author": "Nikolay Zalutskiy ",
    "icons": {
        "128": "icon-128.png",
        "48": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.google.com\/webhp"
            ],
            "css": [
                "clean.css"
            ]
        }
    ]
}