Empty New Tab Page - Select Your Background.

The new tab page is now empty, you can select the background color of your choice.

Empty New Tab Page - Select Your Background. क्या है?

Empty New Tab Page - Select Your Background. Thomas Tavernier द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The new tab page is now empty, you can select the background color of your choice."।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        You can customize the background color of the empty new tab page, just click on the extension.

Default background color set as chrome dark mode color.

No longer supports images.                    

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

नाम Empty New Tab Page - Select Your Background. Empty New Tab Page - Select Your Background.
ID ppnljghmgbgkebhihiphkkmdgpnccoen
आधिकारिक URL https://chromewebstore.google.com/detail/empty-new-tab-page-select/ppnljghmgbgkebhihiphkkmdgpnccoen
विवरण The new tab page is now empty, you can select the background color of your choice.
फ़ाइल का आकार 10.4 KB
स्थापना संख्या 122
वर्तमान संस्करण 1.4.0
अंतिम अपडेट 2021-08-15
प्रकाशन तिथि 2019-09-19
रेटिंग 5.00/5 कुल 7 रेटिंग्स
डेवलपर Thomas Tavernier
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/ThomasTavernier/empty-new-tab-page
समर्थित भाषाएँ en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.4.0",
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "author": "Thomas Tavernier ",
    "default_locale": "en",
    "icons": {
        "128": "assets\/icon128.png"
    },
    "permissions": [
        "storage"
    ],
    "chrome_url_overrides": {
        "newtab": "newTab\/empty_new_tab_page.html"
    },
    "action": {
        "default_popup": "popup\/popup.html"
    }
}