Set ABOUT:BLANK as NEW TAB page

Chrome does not give 'advanced options' to its customers to change basic things. This extension just sets About:Blank for a new-tab.

Set ABOUT:BLANK as NEW TAB page क्या है?

Set ABOUT:BLANK as NEW TAB page https://puvox.software द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Chrome does not give 'advanced options' to its customers to change basic things. This extension just sets About:Blank for a new-tab."।

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

screenshot

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

crx प्रारूप में Set ABOUT:BLANK as NEW TAB page एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

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

                        Use this extension to have "about:blank" as your new tab page.                    

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

नाम Set ABOUT:BLANK as NEW TAB page Set ABOUT:BLANK as NEW TAB page
ID amcfcgenknhnhicjonfnclkehkpfnfjl
आधिकारिक URL https://chromewebstore.google.com/detail/set-aboutblank-as-new-tab/amcfcgenknhnhicjonfnclkehkpfnfjl
विवरण Chrome does not give 'advanced options' to its customers to change basic things. This extension just sets About:Blank for a new-tab.
फ़ाइल का आकार 10.81 KB
स्थापना संख्या 72
वर्तमान संस्करण 1.0.1
अंतिम अपडेट 2021-02-01
प्रकाशन तिथि 2021-02-01
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर https://puvox.software
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://puvox.software
गोपनीयता नीति पृष्ठ URL https://puvox.software/info/privacy-policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Set ABOUT:BLANK as NEW TAB page",
    "version": "1.0.1",
    "manifest_version": 2,
    "description": "Chrome does not give 'advanced options' to its customers to change basic things. This extension just sets About:Blank for a new-tab.",
    "icons": {
        "128": "icon_128.png"
    },
    "chrome_url_overrides": {
        "newtab": "empty.html"
    }
}