Many search engines

Select the search engine and find everything you need. Easy to use, there is a quick search.

Many search enginesคืออะไร?

Many search engines เป็นส่วนขยายของ Chrome ที่พัฒนาโดย svitolinalida88 และคุณลักษณะหลักของมันคือ "Select the search engine and find everything you need. Easy to use, there is a quick search."

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

screenshot

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

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

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

                        Install the extension and you get number of advantages over the other search engines! Many search engines does not track users, it is not loaded with ads and has a number of very nice features.                    

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

ชื่อ Many search engines Many search engines
ID hkbdimhkhlphaekppobhboienpeppiop
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/many-search-engines/hkbdimhkhlphaekppobhboienpeppiop
คำอธิบาย Select the search engine and find everything you need. Easy to use, there is a quick search.
ขนาดไฟล์ 69.35 KB
จำนวนการติดตั้ง 1,225
เวอร์ชันปัจจุบัน 1.0.7
อัปเดตครั้งล่าสุด 2018-06-01
วันที่เผยแพร่ 2018-06-01
คะแนน 4.50/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา svitolinalida88
ประเภทการชำระเงิน free
ภาษาที่รองรับ en,ru,uk
manifest.json
{
    "default_locale": "en",
    "name": "__MSG_nameExt__",
    "short_name": "__MSG_shortNameExt__",
    "description": "__MSG_descriptionExt__",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "version": "1.0.7",
    "background": {
        "persistent": true,
        "page": "background.html"
    },
    "browser_action": {
        "default_title": "__MSG_nameExt__",
        "default_icon": "icons\/icon32.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end",
            "css": [
                "styles\/content.css"
            ],
            "js": [
                "scripts\/extDev.js",
                "scripts\/content.js"
            ]
        }
    ],
    "options_ui": {
        "open_in_tab": false,
        "page": "options.html"
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/",
        "storage",
        "webRequest",
        "contextMenus",
        "webRequestBlocking"
    ],
    "web_accessible_resources": [
        "images\/*.png"
    ],
    "manifest_version": 2
}