SearchGuard — Smart Search

Search by SearchGuard — The Best Way to Search

SearchGuard — Smart Searchคืออะไร?

SearchGuard — Smart Search เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://searchwarden.com และคุณลักษณะหลักของมันคือ "Search by SearchGuard — The Best Way to Search"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SearchGuard — Smart Search

ดาวน์โหลดไฟล์ส่วนขยาย SearchGuard — Smart Search ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Search Guard offers high quality search results by changing your default search engine.

This extension lets you browse the web and get easy access to search, images, videos and news. This is a single purpose extension.

Some important information for you:

• By clicking on the 'Add to Chrome' button and installing Search Guard, you are agreeing to install this extension, with our Privacy Policy and our Terms of Service. 
• By installing, Search Guard will change your Chrome’s default search.
• This extension opens Search Guard's default search page with quick links to access the most popular sites in a new tab page when you click the extension icon.
• You may remove or disable this extension anytime.
• For our data processing practices we recommend you review our privacy policy available at: https://searchwarden.com/privacy.html
• Review our Terms of Service: https://searchwarden.com/terms.html

Contact us! We’d love to hear from you: [email protected]                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ SearchGuard — Smart Search SearchGuard — Smart Search
ID ioemepjpplneldnhflchbllkbjgfceho
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/searchguard-%E2%80%94-smart-searc/ioemepjpplneldnhflchbllkbjgfceho
คำอธิบาย Search by SearchGuard — The Best Way to Search
ขนาดไฟล์ 87.24 KB
จำนวนการติดตั้ง 1,201
เวอร์ชันปัจจุบัน 1.0.4
อัปเดตครั้งล่าสุด 2021-01-04
วันที่เผยแพร่ 2020-11-12
คะแนน 5.00/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา https://searchwarden.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://searchwarden.com
URL หน้านโยบายความเป็นส่วนตัว https://searchwarden.com/privacy
ภาษาที่รองรับ en
manifest.json
{
    "name": "SearchGuard \u2014 Smart Search",
    "version": "1.0.4",
    "author": "SearchWarden Team",
    "description": "Search by SearchGuard \u2014 The Best Way to Search",
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/icon19.png",
            "38": "icons\/icon38.png"
        },
        "default_popup": "popup.html",
        "default_title": "SearchGuard \u2014 Smart Search"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "chrome_settings_overrides": {
        "search_provider": {
            "encoding": "UTF-8",
            "favicon_url": "https:\/\/searchwarden.com\/icons\/favicon.png",
            "is_default": true,
            "keyword": "searchwarden",
            "name": "Smart Search",
            "search_url": "https:\/\/api.searchwarden.com\/?q={searchTerms}&cid=searchwarden&utm_source=chromestore&utm_campaign=chrome&utm_medium=extension"
        }
    }
}