Explore To Search

Your search results only from popular search engines

Explore To Searchคืออะไร?

Explore To Search เป็นส่วนขยายของ Chrome ที่พัฒนาโดย yancoolay และคุณลักษณะหลักของมันคือ "Your search results only from popular search engines"

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

screenshot
screenshot

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

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

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

                        Search through the search bar with popular search engines. By pressing "s"+tab or "s"+space you'll discover the world of top search engines results !
Your search results never had a better home.
It's now the time to explore your search...

Important notices:
1. Pressing "Add to chrome" button is a confirmation you accept and agree the Terms of Use and Privacy Policy. Furthermore, by pressing the "Add to chrome" button you accept and agree to install Explore To Search extension - This will set Chrome™ default search engine to Explore To Search.
2. Entering "s"+tab or "s"+space on the search bar will reveal the functionality to do a search through the "Explore To Search" extension. After you inserted the desired query two new tabs will be opened with the entered query in two popular search engines !                    

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

ชื่อ Explore To Search Explore To Search
ID nibcomahncdgfpomleflglbefefieape
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/explore-to-search/nibcomahncdgfpomleflglbefefieape
คำอธิบาย Your search results only from popular search engines
ขนาดไฟล์ 45.11 KB
จำนวนการติดตั้ง 143
เวอร์ชันปัจจุบัน 1.0.3
อัปเดตครั้งล่าสุด 2021-10-28
วันที่เผยแพร่ 2021-07-07
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา yancoolay
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://www.exploretosearch.com/pages/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "name": "Explore To Search",
    "version": "1.0.3",
    "manifest_version": 3,
    "description": "Your search results only from popular search engines",
    "background": {
        "service_worker": "background.js"
    },
    "chrome_settings_overrides": {
        "search_provider": {
            "encoding": "UTF-8",
            "favicon_url": "https:\/\/exploretosearch.com\/site\/uploads\/2021\/Jun\/23\/icon16.png",
            "is_default": true,
            "keyword": "exploretosearch.com",
            "name": "ExploreToSearch",
            "search_url": "https:\/\/exploretosearch.com\/search?engine=1&q={searchTerms}",
            "suggest_url": "https:\/\/exploretosearch.com\/suggestQueries?q={searchTerms}"
        }
    },
    "icons": {
        "128": "images\/icon128.png",
        "16": "images\/icon16.png",
        "48": "images\/icon48.png"
    },
    "omnibox": {
        "keyword": "s"
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "host_permissions": [
        "http:\/\/suggestqueries.google.com\/"
    ]
}