SearchManualz

Type 's+Tab' plus a Manuals names into the Omnibox to open manual details through manuals website in new tab.

SearchManualz क्या है?

SearchManualz https://searchmanualz.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Type 's+Tab' plus a Manuals names into the Omnibox to open manual details through manuals website in new tab."।

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

screenshot
screenshot

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

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

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

                        Search for manuals in a very easy and simple extension, easy for use with maximum results just by pressing "s+tab", searches are redirected to Searchmanualz website to fetch the best results.

Notice:
This extension changes your Default Search in Chrome browser to Yahoo.

By clicking on the 'Add to Chrome' button and installing Manuals Finder Extension, you agree to install this extension and set Chrome™ default search according to our Privacy Policy and Terms of Service. 
https://www.searchmanualz.com/terms.html
https://www.searchmanualz.com/privacy.html
https://www.searchmanualz.com/about-us

You may remove or disable this extension anytime.                    

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

नाम SearchManualz SearchManualz
ID bhgocaboiejjaddkenndiccocpbpajnf
आधिकारिक URL https://chromewebstore.google.com/detail/searchmanualz/bhgocaboiejjaddkenndiccocpbpajnf
विवरण Type 's+Tab' plus a Manuals names into the Omnibox to open manual details through manuals website in new tab.
फ़ाइल का आकार 25.33 KB
स्थापना संख्या 1,569
वर्तमान संस्करण 1.0.4
अंतिम अपडेट 2023-09-19
प्रकाशन तिथि 2022-11-16
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर https://searchmanualz.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://searchmanualz.com/
गोपनीयता नीति पृष्ठ URL http://searchmanualz.com/privacy.html
समर्थित भाषाएँ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SearchManualz",
    "description": "Type 's+Tab' plus a Manuals names into the Omnibox to open manual details through manuals website in new tab.",
    "version": "1.0.4",
    "manifest_version": 3,
    "background": {
        "service_worker": "scripts\/background.js",
        "type": "module"
    },
    "omnibox": {
        "keyword": "s"
    },
    "action": {
        "default_icon": "search.png"
    },
    "icons": {
        "16": "search.png",
        "48": "search.png",
        "128": "search.png"
    },
    "permissions": [
        "cookies",
        "tabs",
        "storage",
        "alarms"
    ],
    "host_permissions": [
        "*:\/\/searchmanualz.com\/",
        "*:\/\/.searchmanualz.com\/",
        "*:\/\/*.searchmanualz.com\/"
    ],
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "scripts\/content.js"
            ],
            "match_about_blank": true,
            "matches": [
                "*:\/\/*.yahoo.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "chrome_settings_overrides": {
        "search_provider": {
            "name": "Manuals",
            "search_url": "https:\/\/feed.searchmanualz.com\/?q={searchTerms}&publisherid=70594&barcodeid=70594003",
            "keyword": "feed.searchmanualz.com",
            "favicon_url": "https:\/\/feed.searchmanualz.com\/favicon.ico",
            "encoding": "UTF-8",
            "is_default": true
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "up-arrow-faded.png",
                "checkbox.png",
                "animations.css"
            ],
            "matches": [
                ""
            ]
        }
    ]
}