Smart Search

Your personalized smart search engine for smart users!

Smart Searchคืออะไร?

Smart Search เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://smartsearch.guru และคุณลักษณะหลักของมันคือ "Your personalized smart search engine for smart users!"

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

screenshot

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

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

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

                        SmartSearch replaces your default search engine with fast, private and convenient one.
The search your make are precise, accurate and allow you to find things much faster.
You can also search images, videos and even social networks!
Your search is private and no data is either stored or used in any form.
We respect your privacy.
Search smart, be smarter!                    

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

ชื่อ Smart Search Smart Search
ID jfbjailbgmjhincmamjdecfdmbbfbpla
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/smart-search/jfbjailbgmjhincmamjdecfdmbbfbpla
คำอธิบาย Your personalized smart search engine for smart users!
ขนาดไฟล์ 22.2 KB
จำนวนการติดตั้ง 8,664
เวอร์ชันปัจจุบัน 1.0.8
อัปเดตครั้งล่าสุด 2020-04-22
วันที่เผยแพร่ 2020-04-22
คะแนน 3.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา https://smartsearch.guru
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://smartsearch.top/privacy.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Smart Search",
    "short_name": "smartsearch",
    "description": "Your personalized smart search engine for smart users!",
    "version": "1.0.8",
    "permissions": [
        "storage",
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "*:\/\/smartsearch.top\/*"
    ],
    "optional_permissions": [
        "",
        "cookies",
        "gcm"
    ],
    "chrome_settings_overrides": {
        "search_provider": {
            "name": "Smartsearch",
            "keyword": "smartsearch",
            "search_url": "https:\/\/smartsearch.top\/?q={searchTerms}",
            "favicon_url": "https:\/\/smartsearch.top\/i\/logo.png",
            "suggest_url": "https:\/\/smartsearch.top\/autocomplete.php?sugg&q={searchTerms}",
            "encoding": "UTF-8",
            "is_default": true
        }
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/smartsearch.top\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "web_accessible_resources": [
        "icon16.png"
    ],
    "browser_action": []
}

ส่วนขยายที่เกี่ยวข้อง