EAB Search Manager
This extension lets you easily switch between search providers.
EAB Search Managerคืออะไร?
EAB Search Manager เป็นส่วนขยายของ Chrome ที่พัฒนาโดย EAB และคุณลักษณะหลักของมันคือ "This extension lets you easily switch between search providers."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย EAB Search Manager
ดาวน์โหลดไฟล์ส่วนขยาย EAB Search Manager ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension allows you to manage your favorite search engines all in one place: switch easily between © Yahoo, Omnibox.bar, © Bing and © Google directly from the extension icon on the top right side of your browser. © Yahoo is the default search provider set by this extension. Please note that this extension isn't an official plugin for these search engines and doesn't own any of these brands. How does this extension work? 1. In order to provide the extension feature, your default search settings will be modified 2. Choose your desired search engine by right clicking on the extension icon 3. Search for any content you want from your address bar How do I uninstall this extension? 1. Click on the Chrome Menu icon to open the menu 2. Click on Settings 3. On the left window panel click on Extensions 4. Choose the extension from the list 5. Click on "Remove", near "Details" 6. On the pop-up window click on the Remove button What permissions does this extension require? "contextMenus": The extension requires this permission in order to make the selection and access to the user preferred search provider as convenient as possible. "Read and change your data on q.eadblock.com": For our product to work, we require access solely to the websites we own and manage. "storage": It's used to save user preferences.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | EAB Search Manager |
ID | hojhhmecfdlobchoejlbonoabacfnaap |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/eab-search-manager/hojhhmecfdlobchoejlbonoabacfnaap |
คำอธิบาย | This extension lets you easily switch between search providers. |
ขนาดไฟล์ | 13.87 KB |
จำนวนการติดตั้ง | 274,793 |
เวอร์ชันปัจจุบัน | 2.7.10 |
อัปเดตครั้งล่าสุด | 2023-01-10 |
วันที่เผยแพร่ | 2020-06-22 |
คะแนน | 3.92/5 รวมทั้งหมด 26 คะแนน |
ผู้พัฒนา | EAB |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://www.eadblock.com/ext-pp.html |
ภาษาที่รองรับ | en |
manifest.json | |
{ "author": "EAB Search Manager", "background": { "service_worker": "background.js" }, "action": { "default_icon": { "128": "icons\/128.png", "16": "icons\/16.png", "32": "icons\/32.png", "48": "icons\/48.png", "64": "icons\/64.png" }, "default_title": "EAB Search Manager" }, "chrome_settings_overrides": { "search_provider": { "encoding": "UTF-8", "favicon_url": "https:\/\/q.eadblock.com\/safe-search.ico", "is_default": true, "keyword": "q.eadblock.com", "name": "EAB", "search_url": "https:\/\/q.eadblock.com\/?vnd=1&q={searchTerms}" } }, "description": "This extension lets you easily switch between search providers.", "icons": { "128": "icons\/128.png", "16": "icons\/16.png", "32": "icons\/32.png", "48": "icons\/48.png", "64": "icons\/64.png" }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAm+HGB3SAWXrGZEd18LKlD7rT84nP7Xa4lJhU3pbZnBk+5nzzRCINStBFPP95j\/TmMWCGGdFl5cmS\/b41QTVXn3gxXqkGqlURwzZQpUKPyw0H2NdoGgBFqrkkR5gnRBLo0suVkdyzEKEP5J8FcW6DkfRycxLLTP6TwpRYnsTbSH1+Bsdb0gQMFRJKDRleRCGsN8IbgD5q1tPXyTpxeKJAvCdvy6h++wTJhu9oyBneiP9uY1zBXmX\/sgWAzENwGUilIdf\/zUc03T1UAtnjO66jMFF19yLRJ6XRAXqh7rRMFvkGuZxxThT8AHj5DgkGPUXXI1Le4DNbFjDHff1Ig0pAYQIDAQAB", "manifest_version": 3, "minimum_chrome_version": "88.0", "name": "EAB Search Manager", "permissions": [ "contextMenus", "storage" ], "host_permissions": [ "https:\/\/q.eadblock.com\/" ], "short_name": "eadblock", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "2.7.10" } |