Extra Search

ExtraSearch - Search the web swiftly from your browser. The extension will update your new-tab search and will change your search…

Extra Search क्या है?

Extra Search millsjessica283 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "ExtraSearch - Search the web swiftly from your browser. The extension will update your new-tab search and will change your search…"।

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

screenshot

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

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

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

                        ExtraSearch - Search the web swiftly from your browser.

The extension will update your new-tab search and will change your search engine to be powered by Microsoft Bing.

ExtraSearch - Light and minimal new tab / search bar that allows you to search swiftly by text and navigate easily to your favorite, recently visited sites.

For more information please visit: https://www.extra-searches.com/
Please leave us a 5 start review!

By clicking "Add to chrome" you accept and agree to installing the ExtraSearch Chrome extension, and setting Chrome® New Tab search to that provided by the service and the Terms of Use at https://www.extra-searches.com/pages/terms_of_use
and privacy policy at https://www.extra-searches.com/pages/privacy_policy.                    

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

नाम Extra Search Extra Search
ID jhmfhcbcpidjfgpbcgapdjendolhnndb
आधिकारिक URL https://chrome.google.com/webstore/detail/extra-search/jhmfhcbcpidjfgpbcgapdjendolhnndb
विवरण ExtraSearch - Search the web swiftly from your browser. The extension will update your new-tab search and will change your search…
फ़ाइल का आकार 757 KB
स्थापना संख्या 1,000
वर्तमान संस्करण 1.0.0.12
अंतिम अपडेट 2022-07-13
प्रकाशन तिथि 2022-06-16
रेटिंग 1.00/5 कुल 1 रेटिंग्स
डेवलपर millsjessica283
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.extra-searches.com/
सहायता पृष्ठ URL https://www.extra-searches.com/pages/contact_us
गोपनीयता नीति पृष्ठ URL https://www.extra-searches.com/pages/privacy_policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Extra Search",
    "version": "1.0.0.12",
    "manifest_version": 3,
    "description": "",
    "homepage_url": "https:\/\/www.extra-searches.com",
    "action": {
        "default_icon": {
            "16": "img\/16.png",
            "32": "img\/32.png",
            "48": "img\/48.png",
            "128": "img\/128.png"
        }
    },
    "icons": {
        "16": "img\/16.png",
        "32": "img\/32.png",
        "48": "img\/48.png",
        "96": "img\/96.png",
        "128": "img\/128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "chrome_url_overrides": {
        "newtab": "static\/html\/override.html"
    },
    "permissions": [
        "topSites",
        "storage",
        "alarms"
    ],
    "short_name": "extrasearch"
}