SearchManualz

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

Qu'est-ce que SearchManualz ?

SearchManualz est une extension Chrome développée par https://searchmanualz.com, et sa fonction principale est "Type 's+Tab' plus a Manuals names into the Omnibox to open manual details through manuals website in new tab.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension SearchManualz

Téléchargez les fichiers d'extension SearchManualz au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom SearchManualz SearchManualz
ID bhgocaboiejjaddkenndiccocpbpajnf
URL Officiel https://chromewebstore.google.com/detail/searchmanualz/bhgocaboiejjaddkenndiccocpbpajnf
Description Type 's+Tab' plus a Manuals names into the Omnibox to open manual details through manuals website in new tab.
Taille du Fichier 25.33 KB
Nombre d'Installations 1,569
Version Actuelle 1.0.4
Dernière Mise à Jour 2023-09-19
Date de Publication 2022-11-16
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://searchmanualz.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://searchmanualz.com/
URL de la Page de Politique de Confidentialité http://searchmanualz.com/privacy.html
Langues Prises en Charge 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": [
                ""
            ]
        }
    ]
}