Clean Tab

An minimalistic and customizable New Tab page that replaces Chrome's default.

Clean Tab क्या है?

Clean Tab Adam Howard द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "An minimalistic and customizable New Tab page that replaces Chrome's default."।

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

screenshot
screenshot

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

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

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

                        This is a simple New Tab page that replaces the default one included with Chrome. It displays the time and date, and has a search bar that exclusively uses Google. There are also a few customization options, which are:

 - Custom image backgrounds from a URL
 - Solid color background by picking a custom color
 - Remove the time and date
 - Hide the background behind the search bar

This extension is still new and under development, so if you have any feature requests or find anything you'd like me to update let me know!                    

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

नाम Clean Tab Clean Tab
ID lpmoaemacdlgeegfpnalfmeekbfbpfga
आधिकारिक URL https://chromewebstore.google.com/detail/clean-tab/lpmoaemacdlgeegfpnalfmeekbfbpfga
विवरण An minimalistic and customizable New Tab page that replaces Chrome's default.
फ़ाइल का आकार 18.07 KB
स्थापना संख्या 199
वर्तमान संस्करण 0.7
अंतिम अपडेट 2017-02-19
प्रकाशन तिथि 2017-02-19
रेटिंग 4.75/5 कुल 4 रेटिंग्स
डेवलपर Adam Howard
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://goo.gl/8Bb8wI
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Clean Tab",
    "short_name": "Clean Tab",
    "description": "An minimalistic and customizable New Tab page that replaces Chrome's default.",
    "version": "0.7",
    "manifest_version": 2,
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "chrome_url_overrides": {
        "newtab": "cleantab.html"
    }
}