blank

Blank new tab page or a new tab for the specified url.

blank क्या है?

blank antwhere.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Blank new tab page or a new tab for the specified url."।

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

screenshot
screenshot

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

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

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

                        Blank new tab page or a new tab for the specified url.

✅ open-source: https://bitbucket.org/antwhere/blank/
----------

Update history:
2.4: better support for dark mode
2.3: migrate to Manifest V3
2.2: iframe add referrerpolicy
2.1: support setting background color
2.0: change description text
1.9: make code cross browser
1.8: code optimization
1.7: add a custom title name
1.6: improve user experience
1.5: update description
1.4: improve user experience
1.3: add change address switch
1.2: icon support retina display
1.1: support custom new tab page URL
----------

Privacy Policy:
We do not collect any information from the first version until now and forever!
----------

The initial version began in September 2014.
Feedback E-mail: [email protected]
Official Website: www.antwhere.com                    

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

नाम blank blank
ID blomfhkjjolopkkglifoclbjmbbambpg
आधिकारिक URL https://chromewebstore.google.com/detail/blank/blomfhkjjolopkkglifoclbjmbbambpg
विवरण Blank new tab page or a new tab for the specified url.
फ़ाइल का आकार 10.74 KB
स्थापना संख्या 397
वर्तमान संस्करण 2.4
अंतिम अपडेट 2023-09-19
प्रकाशन तिथि 2020-07-03
रेटिंग 5.00/5 कुल 10 रेटिंग्स
डेवलपर antwhere.com
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "blank",
    "description": "Blank new tab page or a new tab for the specified url.",
    "version": "2.4",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "options_page": "options.html",
    "options_ui": {
        "page": "options.html",
        "browser_style": true,
        "open_in_tab": true
    },
    "icons": {
        "16": "icons\/icon-16.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "action": {
        "default_icon": "icons\/icon-128.png",
        "default_popup": "options.html"
    }
}