NewTab Adapter

Take over browser's new tab settings and open another configurable URL

NewTab Adapter क्या है?

NewTab Adapter https://gdh1995.cn द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Take over browser's new tab settings and open another configurable URL"।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        This extension manages your browser's new tab settings, so that you can get page content focused when creating new tabs, instead of (the default) focusing on address bar.

It has configurable settings to specify any URL you want as the real new tab page, and control whether focusing page content or not.

It provides a blank html page to work as the default new tab page, and this page will try to load scripts from the extension Vimium C, so that you may use Vimium C's key mappings on the page.

It also provides a vomnibar.html so you may set Vimium C's "Preferred Vomnibar Page" to chrome-extension://cglpcedifkgalfdklahhcchnjepcckfn/vomnibar.html , and then Vimium C's memory cost will be much less.                    

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

नाम NewTab Adapter NewTab Adapter
ID cglpcedifkgalfdklahhcchnjepcckfn
आधिकारिक URL https://chromewebstore.google.com/detail/newtab-adapter/cglpcedifkgalfdklahhcchnjepcckfn
विवरण Take over browser's new tab settings and open another configurable URL
फ़ाइल का आकार 31.19 KB
स्थापना संख्या 1,221
वर्तमान संस्करण 1.2.0
अंतिम अपडेट 2020-08-10
प्रकाशन तिथि 2020-05-17
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर https://gdh1995.cn
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/gdh1995/vimium-c-helpers/tree/master/newtab#readme
सहायता पृष्ठ URL https://github.com/gdh1995/vimium-c-helpers/issues
गोपनीयता नीति पृष्ठ URL https://github.com/gdh1995/vimium-c/blob/master/PRIVACY-POLICY.md
समर्थित भाषाएँ en,zh-CN,zh-TW
manifest.json
{
    "author": "[email protected]",
    "background": {
        "persistent": true,
        "scripts": [
            "background.js"
        ]
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "content_security_policy": "script-src 'self' chrome-extension:\/\/hfjbmagddngcpeloejdejnfgbamkjaeg\/ chrome-extension:\/\/aibcglbfblnogfjhbcmmpobjhnomhcdo\/; style-src 'self' 'unsafe-inline'; object-src 'none'; connect-src 'none'",
    "default_locale": "en",
    "description": "__MSG_description__",
    "homepage_url": "https:\/\/github.com\/gdh1995\/vimium-c-helpers\/tree\/master\/newtab",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png"
    },
    "incognito": "spanning",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAvcxN8dchjQnxeJsgcI9NpKLznqkxB8p\/DW0XUk1LDxiKo87MOjS5LTwS85zFzpJjiXizHLLeKfRpvG2Gptl3w+jz9iDW75UBtksywGCRsloVbEBh0TTuFd8DWg4Fs\/T9Nx\/zOww7TqhalZpCaB+kUr94C67bbyrkmMTVKwbD\/wg2LNgEDPBcH9e6EHwsM12t90NPYbcTZljllSmGeJbUDliv22CE52C0aDu0gRADtKebaFotCE0Eyu9jUzRXMbYwOkjLLl+W\/q97lSohqalJaVwUJAbxkc9dS3bI\/ckVnlvrCGKeJCemy55ZlupHaduQx0rLQ5gEiM49ahUo5XOgDwIDAQAB",
    "manifest_version": 2,
    "minimum_chrome_version": "32",
    "name": "__MSG_name__",
    "options_page": "options.html",
    "options_ui": {
        "page": "options.html",
        "chrome_style": true,
        "open_in_tab": false
    },
    "permissions": [
        "chrome:\/\/favicon\/"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.2.0",
    "web_accessible_resources": [
        "vomnibar*"
    ]
}