Search Commands
Provides a Swiss-knife style commands tool inside your browser’s address bar to enhance your search experience.
Search Commandsคืออะไร?
Search Commands เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://searchcommands.net และคุณลักษณะหลักของมันคือ "Provides a Swiss-knife style commands tool inside your browser’s address bar to enhance your search experience."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Search Commands
ดาวน์โหลดไฟล์ส่วนขยาย Search Commands ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
When you look for different types of information online, you may need different types of tools, such as switching on the SafeSearch filter to prevent you from being exposed to adult content, turning on the Incognito mode, selecting a private search engine to protect your privacy and personal details, or open a new tab or new window. Our extension provides you with a much easier and faster way to access these special search tools by allowing you to use quick commands from your address bar. How to use it? 1. Type your query in the address bar. 2. Add a comma (,) after the query. 3. The commands menu is activated in the autocomplete suggestions of your address bar. 4. Click on one of the five options (Safe, Private, Incognito, New Tab, and New Window) and enjoy the tool! Permissions used and reasons: 1. Change your default search engine to our domain privatebrowsing-search.com powered by Yahoo. We require this permission in order to provide you with quick commands from the autocomplete suggestions of your address bar. We also support Google and Bing in this extension. So if you want to select a different option, you can go to the Settings of our extension and select another supported one. 2. Access to “cookies”. We require this permission to track the status change of your selected tools. 3. Access to “contextMenus”. We require this permission to add items to the drop-down menu from the extension’s action icon to improve our service and user experience. 4. Access to “storage”. We respect your privacy and save all your preferences locally on the client side. Privacy Policy: https://www.searchcommands.net/privacy Terms and Conditions: https://www.searchcommands.net/terms Contact Us: https://www.searchcommands.net/contact
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Search Commands |
ID | ggjakfijchdkbmmhbfemjciidhnipgoe |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/search-commands/ggjakfijchdkbmmhbfemjciidhnipgoe |
คำอธิบาย | Provides a Swiss-knife style commands tool inside your browser’s address bar to enhance your search experience. |
ขนาดไฟล์ | 164 KB |
จำนวนการติดตั้ง | 27,529 |
เวอร์ชันปัจจุบัน | 3.2.1 |
อัปเดตครั้งล่าสุด | 2023-01-11 |
วันที่เผยแพร่ | 2020-08-20 |
คะแนน | 4.88/5 รวมทั้งหมด 16 คะแนน |
ผู้พัฒนา | https://searchcommands.net |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.searchcommands.net/ |
URL หน้าช่วยเหลือ | https://www.searchcommands.net/contact |
URL หน้านโยบายความเป็นส่วนตัว | https://www.searchcommands.net/privacy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Search Commands", "description": "Provides a Swiss-knife style commands tool inside your browser\u2019s address bar to enhance your search experience.", "version": "3.2.1", "background": { "service_worker": "bg\/background.js", "type": "module" }, "homepage_url": "https:\/\/www.privatebrowsing-search.com\/wim\/ds\/gotohub?s=bcpr", "chrome_settings_overrides": { "search_provider": { "encoding": "UTF-8", "favicon_url": "https:\/\/www.privatebrowsing-search.com\/favicon.ico", "is_default": true, "name": "Commands", "keyword": "Search Commands", "search_url": "https:\/\/www.privatebrowsing-search.com\/search\/?category=web&s=bcpr&vert=private&q={searchTerms}", "suggest_url": "https:\/\/sug.privatebrowsing-search.com\/v1\/sug\/?yid=bcpr&ssv=2&vert=private&q={searchTerms}" } }, "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.privatebrowsing-search.com\/*" ], "js": [ "content_script\/contentScript.js" ], "all_frames": true } ], "host_permissions": [ "*:\/\/*.privatebrowsing-search.com\/" ], "externally_connectable": { "matches": [ "https:\/\/*.privatebrowsing-search.com\/*" ] }, "permissions": [ "contextMenus", "cookies", "storage" ], "action": { "default_title": "Search Commands" }, "manifest_version": 3, "web_accessible_resources": [ { "resources": [ "img\/icon16.png" ], "matches": [ " |