Content Site Search Guru
Provides an easy and pleasant search of content on the content sites directly from your browser's address bar.
Content Site Search Guruคืออะไร?
Content Site Search Guru เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://sites-guru.com และคุณลักษณะหลักของมันคือ "Provides an easy and pleasant search of content on the content sites directly from your browser's address bar."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Content Site Search Guru
ดาวน์โหลดไฟล์ส่วนขยาย Content Site Search Guru ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Are you frustrated sometimes with the built-in search engine of large content sites? Did you once get lost on the sites and didn't manage to find the topics you wanted to look for? Were you curious about how to look efficiently for articles and for certain topics on a news website? This extension is a Chrome extension that dedicates to providing an easy and pleasant content search experience from your browser’s address bar. How does it work? 1. Type @ in the address bar to activate the quick commands. 2. After @, add the domain name of the website that you want to look on 3. Type your query after a space, example: @techcrunch dual-screen 4. Press Enter and go to the result page. Permissions used and reasons: 1. Access to “cookies” (optional). We require this permission to customize and modify your search engine as well as to keep autocomplete default suggestions. It’s optional because if you don’t allow permission to use cookies, we will not need it. Once after you grant permission to use cookies, you can always revoke it at any time. 2. Change your default search engine to our private domain search.searchsafe.tech powered by Yahoo. We require this permission to use our domain as a placeholder and to provide you the functionality in the autocomplete suggestions of your address bar. Inside this extension, we support Yahoo, Google, and Bing. You can switch to a different provider at any time inside the Settings section. How to remove this extension? If you want to remove our extension, go to “Settings” on Chrome, and find our extension in the “Extensions” tab. Click “remove”. Alternatively, you can right-click on the extension’s icon on your browser and select “Uninstall” from the drop-down menu. Chrome™ is a trademark of Google LLC. The use of it does not imply any affiliation to or endorsement by Google LLC. By adding this extension to your Chrome browser, you accept and agree to our Privacy Policy and End-User License Agreement. Privacy: https://www.sites-guru.com/privacy Terms: https://www.sites-guru.com/terms FAQ: https://www.sites-guru.com/#faq Contact: https://www.sites-guru.com/contact Uninstall: https://www.sites-guru.com/uninstall
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Content Site Search Guru |
ID | fgomgoininjjcilkdpghijnhmlagbndk |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/content-site-search-guru/fgomgoininjjcilkdpghijnhmlagbndk |
คำอธิบาย | Provides an easy and pleasant search of content on the content sites directly from your browser's address bar. |
ขนาดไฟล์ | 886 KB |
จำนวนการติดตั้ง | 61,827 |
เวอร์ชันปัจจุบัน | 3.2.0 |
อัปเดตครั้งล่าสุด | 2021-01-06 |
วันที่เผยแพร่ | 2020-08-21 |
คะแนน | 4.20/5 รวมทั้งหมด 49 คะแนน |
ผู้พัฒนา | https://sites-guru.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.sites-guru.com |
URL หน้าช่วยเหลือ | https://www.sites-guru.com/contact |
URL หน้านโยบายความเป็นส่วนตัว | https://www.sites-guru.com/privacy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Content Site Search Guru", "description": "Provides an easy and pleasant search of content on the content sites directly from your browser's address bar.", "version": "3.2.0", "chrome_settings_overrides": { "search_provider": { "encoding": "UTF-8", "favicon_url": "https:\/\/search.searchsafe.tech\/favicon.ico", "is_default": true, "name": "Content Site Guru", "keyword": "safe", "search_url": "https:\/\/search.searchsafe.tech\/search\/?category=web&vert=safe&s=c1pr&q={searchTerms}", "suggest_url": "https:\/\/sug.searchsafe.tech\/v1\/sug\/?s=c1pr&vert=safe&q={searchTerms}" } }, "homepage_url": "https:\/\/search.searchsafe.tech\/wim\/ds\/gotohub\/?yid=c1pr", "background": { "page": "bg\/background.html", "persistent": true }, "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "browser_action": { "default_title": "Content Site Search Guru" }, "optional_permissions": [ "cookies", "https:\/\/search.searchsafe.tech\/*" ], "manifest_version": 2, "web_accessible_resources": [ "img\/*" ] } |