Wowsearch

One of the most useful search extension which allow you fast find and view search query from address bar.

Wowsearchคืออะไร?

Wowsearch เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://wowsearch.net และคุณลักษณะหลักของมันคือ "One of the most useful search extension which allow you fast find and view search query from address bar."

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

screenshot
screenshot

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

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

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

                        Enjoy the best search extension for a great search experience by allowing this extension to configure your default search setting!

By configuring your browsers default search setting to redirect your searches to Bing.com is how the Wow search extension allows you to easily changed to your beloved search engine. You won't need to type bing.com any longer in order to start searching with your favorite search engine.

Important:
By click on the "Add to Chrome" button in the top right hand corner and installing the Wow Search extension, you are agreeing to install this extension, you are agreeing to our Privacy Policy, and you are agreeing to our Terms of Use.

Privacy Policy: http://wowsearch.net/privacy

Terms of Use: http://wowsearch.net/terms

About Us: http://wowsearch.net/about

Contact us by email at [email protected]

We hope that our extension will be useful for you! We will be glad to hear your feedback                    

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

ชื่อ Wowsearch Wowsearch
ID lkciiknpgglgbbcgcpbpobjabglmpkle
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/wowsearch/lkciiknpgglgbbcgcpbpobjabglmpkle
คำอธิบาย One of the most useful search extension which allow you fast find and view search query from address bar.
ขนาดไฟล์ 33.48 KB
จำนวนการติดตั้ง 9,719
เวอร์ชันปัจจุบัน 1.1.11
อัปเดตครั้งล่าสุด 2020-07-20
วันที่เผยแพร่ 2020-07-03
คะแนน 4.32/5 รวมทั้งหมด 44 คะแนน
ผู้พัฒนา https://wowsearch.net
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว http://wowsearch.net/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "lib\/bg.js"
        ]
    },
    "chrome_settings_overrides": {
        "search_provider": {
            "encoding": "UTF-8",
            "favicon_url": "https:\/\/wowsearch.net\/favicon.ico",
            "is_default": true,
            "keyword": "Wowsearch",
            "name": "Wowsearch",
            "search_url": "https:\/\/search.wowsearch.net\/results.aspx?gd=SY1002198&searchsource=58&incModeWSextraParams=&q={searchTerms}",
            "suggest_url": "https:\/\/wowsearch.net\/suggest\/?client=chrome&q={searchTerms}"
        }
    },
    "browser_action": {
        "default_icon": "img\/icon64.png",
        "default_title": "Wow Search",
        "default_popup": "popup.html"
    },
    "description": "One of the most useful search extension which allow you fast find and view search query from address bar.",
    "icons": {
        "128": "\/img\/icon128.png",
        "64": "\/img\/icon64.png"
    },
    "permissions": [
        "storage",
        "webRequest",
        "webRequestBlocking",
        "*:\/\/wowsearch.net\/*",
        "*:\/\/*.wowsearch.net\/*"
    ],
    "content_security_policy": "script-src https:\/\/*.google-analytics.com https:\/\/harryloider.com\/ https:\/\/wowsearch.net\/ 'self'; object-src 'self';",
    "manifest_version": 2,
    "name": "Wowsearch",
    "version": "1.1.11"
}