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開發的Chrome擴展程式,該擴展的主要功能是“Type 's+Tab' plus a Manuals names into the Omnibox to open manual details through manuals website in new tab.”。

擴展截圖

screenshot
screenshot

下載SearchManualz擴展crx文件

下載SearchManualz擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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": [
                ""
            ]
        }
    ]
}