Customized Search
This Extension will configure your default search to Customized Search. Start by typing a query in the search field.
Customized Searchคืออะไร?
Customized Search เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://find.customizedsearch.net และคุณลักษณะหลักของมันคือ "This Extension will configure your default search to Customized Search. Start by typing a query in the search field."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Customized Search
ดาวน์โหลดไฟล์ส่วนขยาย Customized Search ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Search the web using this useful tool from the address bar. This extension configures your default search setting to Customized Search with results powered best suitable search provider. This extension can be uninstalled at any time. Permissions & Reasons Used: Our extension only uses the minimum permissions required.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | nbimgmpbgkljaamdhfhggfchmfmdddca |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/customized-search/nbimgmpbgkljaamdhfhggfchmfmdddca |
คำอธิบาย | This Extension will configure your default search to Customized Search. Start by typing a query in the search field. |
ขนาดไฟล์ | 90.98 KB |
จำนวนการติดตั้ง | 10,000 |
เวอร์ชันปัจจุบัน | 1.02 |
อัปเดตครั้งล่าสุด | 2022-02-08 |
วันที่เผยแพร่ | 2020-11-23 |
ผู้พัฒนา | https://find.customizedsearch.net |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://customizedsearch.net |
URL หน้าช่วยเหลือ | https://customizedsearch.net/contact/ |
URL หน้านโยบายความเป็นส่วนตัว | https://customizedsearch.net/privacy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "background": { "scripts": [ "js\/jquery-2.2.4.js", "js\/background.js" ] }, "browser_action": { "default_icon": "image\/16.png" }, "chrome_settings_overrides": { "search_provider": { "encoding": "UTF-8", "favicon_url": "https:\/\/find.customizedsearch.net\/favicon.ico", "is_default": true, "keyword": "Customized Search", "name": "Customized Search", "search_url": "https:\/\/find.customizedsearch.net\/?q={searchTerms}" } }, "description": "This Extension will configure your default search to Customized Search. Start by typing a query in the search field.", "icons": { "128": "image\/128.png", "64": "image\/64.png", "48": "image\/48.png", "32": "image\/32.png", "16": "image\/16.png" }, "homepage_url": "https:\/\/find.customizedsearch.net\/?c=1905", "options_ui": { "chrome_style": true, "open_in_tab": true, "page": "options\/options.html" }, "manifest_version": 2, "name": "Customized Search", "permissions": [ "storage", "unlimitedStorage", "https:\/\/find.customizedsearch.net\/*", "https:\/\/find.customizedsearch.net\/*", "webRequest", "webRequestBlocking" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.02" } |