SearchManualz

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

SearchManualzคืออะไร?

SearchManualz เป็นส่วนขยายของ Chrome ที่พัฒนาโดย 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 ของส่วนขยาย SearchManualz

ดาวน์โหลดไฟล์ส่วนขยาย 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
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": [
                ""
            ]
        }
    ]
}