SearchManualz

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

SearchManualz là gì?

SearchManualz là một tiện ích mở rộng Chrome được phát triển bởi https://searchmanualz.com, và tính năng chính của nó là "Type 's+Tab' plus a Manuals names into the Omnibox to open manual details through manuals website in new tab.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng SearchManualz

Tải xuống các tệp mở rộng SearchManualz dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên SearchManualz SearchManualz
ID bhgocaboiejjaddkenndiccocpbpajnf
URL Chính Thức https://chromewebstore.google.com/detail/searchmanualz/bhgocaboiejjaddkenndiccocpbpajnf
Mô tả Type 's+Tab' plus a Manuals names into the Omnibox to open manual details through manuals website in new tab.
Kích Thước Tệp 25.33 KB
Số Lần Cài Đặt 1,569
Phiên Bản Hiện Tại 1.0.4
Cập Nhật Lần Cuối 2023-09-19
Ngày Phát Hành 2022-11-16
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://searchmanualz.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://searchmanualz.com/
URL Trang Chính Sách Bảo Mật http://searchmanualz.com/privacy.html
Ngôn Ngữ Được Hỗ Trợ 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": [
                ""
            ]
        }
    ]
}