Try another search engine

Allows quick cycling through predefined search engines (Seznam 🐶, Google, Bing & DuckDuckGo 🦆) results

Try another search engineคืออะไร?

Try another search engine เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Soustruh และคุณลักษณะหลักของมันคือ "Allows quick cycling through predefined search engines (Seznam 🐶, Google, Bing & DuckDuckGo 🦆) results"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Try another search engine

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

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

                        Allows quick cycling through predefined search engines (Seznam 🐶, Google, Bing & DuckDuckGo 🦆) results 

- This addon collects anonymous data about switching search engines (including query and source/target search engine).
- This behaviour can be turned off.
- The data collected do not include any information that could be used to identify users.                    

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

ชื่อ Try another search engine Try another search engine
ID gdkoeanholjahpfalimchapbhllmnmhn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/try-another-search-engine/gdkoeanholjahpfalimchapbhllmnmhn
คำอธิบาย Allows quick cycling through predefined search engines (Seznam 🐶, Google, Bing & DuckDuckGo 🦆) results
ขนาดไฟล์ 20.26 KB
จำนวนการติดตั้ง 46
เวอร์ชันปัจจุบัน 0.9.1
อัปเดตครั้งล่าสุด 2022-07-25
วันที่เผยแพร่ 2018-06-18
ผู้พัฒนา Soustruh
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://krasty.sbeta.cz/hr-nice/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Try another search engine",
    "version": "0.9.1",
    "description": "Allows quick cycling through predefined search engines (Seznam \ud83d\udc36, Google, Bing & DuckDuckGo \ud83e\udd86) results",
    "icons": {
        "48": "icons\/ses_48.png"
    },
    "background": {
        "scripts": [
            "src\/common\/restoreOptions.js",
            "src\/background\/background.js",
            "src\/background\/http.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/search.seznam.cz\/*",
                "*:\/\/www.bing.com\/*",
                "*:\/\/www.obrazky.cz\/*",
                "*:\/\/www.google.com\/*",
                "*:\/\/www.google.cz\/*",
                "*:\/\/duckduckgo.com\/*"
            ],
            "css": [
                "src\/content\/content.css"
            ],
            "js": [
                "src\/common\/restoreOptions.js",
                "src\/content\/locations.js",
                "src\/content\/content-templates.js",
                "src\/content\/content.js"
            ]
        }
    ],
    "options_ui": {
        "page": "src\/options\/options.html"
    },
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        "icons\/*"
    ],
    "browser_specific_settings": {
        "gecko": {
            "id": "{14c48e36-100d-4d9b-a11a-890112654de9}"
        }
    }
}