Anywhere Search
This Extension will set default search to Anywhere Search. Use it by typing a query in the search field.
Anywhere Searchคืออะไร?
Anywhere Search เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://v-media.me และคุณลักษณะหลักของมันคือ "This Extension will set default search to Anywhere Search. Use it by typing a query in the search field."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Anywhere Search
ดาวน์โหลดไฟล์ส่วนขยาย Anywhere Search ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Hello from AnyWhereSearch! Please enjoy your search experience. The AnyWhereSearch extension will configure your default search and new tab to Anywhere Search. By clicking "Add to Chrome", you accept and agree to install the AnyWhereSearch chrome extension, set the Chrome new tab and default search to AnywhereSearch powered by Bing, and adhere to the Terms of Use (https://anywheresearch.com/terms.html) and Privacy Policy (https://anywheresearch.com/privacy-policy.html) .
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Anywhere Search |
ID | hboldpniicbdhlfcejjlkdgnbppiaajn |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/anywhere-search/hboldpniicbdhlfcejjlkdgnbppiaajn |
คำอธิบาย | This Extension will set default search to Anywhere Search. Use it by typing a query in the search field. |
ขนาดไฟล์ | 13.27 KB |
จำนวนการติดตั้ง | 20,000 |
เวอร์ชันปัจจุบัน | 1.0.7 |
อัปเดตครั้งล่าสุด | 2021-07-15 |
วันที่เผยแพร่ | 2021-04-01 |
คะแนน | 5.00/5 รวมทั้งหมด 8 คะแนน |
ผู้พัฒนา | https://v-media.me |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://anywheresearch.com |
URL หน้าช่วยเหลือ | https://anywheresearch.com/support |
URL หน้านโยบายความเป็นส่วนตัว | https://v-media.me |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "action": { "default_action": "image\/16.png" }, "chrome_settings_overrides": { "search_provider": { "encoding": "UTF-8", "favicon_url": "https:\/\/anywheresearch.com\/favicon.ico", "is_default": true, "keyword": "Anywhere Search", "name": "Anywhere Search", "search_url": "https:\/\/anywheresearch.com\/?id=26&keyword={searchTerms}" } }, "chrome_url_overrides": { "newtab": "my.html" }, "description": "This Extension will set default search to Anywhere Search. Use it by typing a query in the search field.", "homepage_url": "https:\/\/anywheresearch.com\/", "host_permissions": [ "https:\/\/anywheresearch.com\/*" ], "icons": { "128": "image\/128.png", "16": "image\/16.png", "32": "image\/32.png", "48": "image\/48.png", "64": "image\/64.png" }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAgSB2DS0DTzFrpS9tI57JreTMpNxqvzuwsuMBHkUkwNFwB4Z5ODhUnO5EaQdpLmcXgr3Qi\/gNNUMYuGvHZwMXRCAaXMmiP79wmVJGT42nyLDlOX4v1j2nllzW9QoZp3LNiqrqRoClWvUm75NcadNEOkc9B1IPUbWHDq5VbnPRn6cJtBeepjKSt4sd+yjy1ULHhOqLitS7CcTYhU6DuH\/95xz9\/KALBgKzkfuSSIrB3wNMrxT8vV6p1geZ\/kNA5yXp7ZkvigDI4e+2s38y1xoLychnXmzM9X9DGuZYCe+CxtCweqUllaDeH4ZwEWolCiD4wQcF9VzG31zuFWKd4LddnQIDAQAB", "manifest_version": 3, "name": "Anywhere Search", "options_ui": { "open_in_tab": true }, "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.7" } |