Google Search Operators
Adds buttons to use Google search operators on the active tab.
什么是Google Search Operators?
Google Search Operators是由https://scrape-shopify.com开发的Chrome扩展程序,该扩展的主要功能是“Adds buttons to use Google search operators on the active tab.”。
扩展截图
下载Google Search Operators扩展crx文件
下载Google Search Operators扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Enhance your Google search experience with the "Google Search Operators" extension. This powerful tool adds a set of convenient buttons to your Chrome browser, allowing you to use various Google search operators directly on the active tab for more precise and efficient search results.
With just a click, you can employ search operators like "site:", "cache:", "related:", and many more, all designed to streamline your Google searches and provide you with targeted information quickly. No more manually typing operators in the search bar – our extension simplifies the process, giving you greater control over your searches.
Features:
- Quick Access Buttons: Access popular search operators such as "site:", "cache:", and "related:" with a single click, right from your browser.
- Customized Searches: Enter keywords and combine them with specific operators like "intitle:", "inurl:", or "intext:" to refine your search queries.
- Intuitive Interface: The user-friendly interface ensures ease of use, making advanced search capabilities accessible to everyone.
- Perfect for Researchers and Power Users: Ideal for researchers, SEO specialists, and power users who need targeted results and time-saving search features.
- Opens in Active Tab: Results open in your current tab, ensuring a seamless search experience without disrupting your browsing session.
- Fast and Reliable: Our extension is designed to work efficiently, saving you valuable time and effort.
Unleash the full potential of Google search operators with this essential Chrome extension. Whether you're conducting in-depth research or simply want to find information quickly, "Google Search Operators" is the must-have tool for all your search needs.
Install it now and supercharge your Google search experience! 扩展基本信息
| 名称 | |
| ID | ajhakfnnioohdjghjdmconkmkbkebjbn |
| 官方URL | https://chromewebstore.google.com/detail/google-search-operators/ajhakfnnioohdjghjdmconkmkbkebjbn |
| 简介 | Adds buttons to use Google search operators on the active tab. |
| 文件大小 | 47.46 KB |
| 安装次数 | 131 |
| 当前版本 | 1.2 |
| 更新时间 | 2024-01-18 |
| 上架时间 | 2023-07-26 |
| 评分 | 5.00/5 共5次评分 |
| 开发者 | https://scrape-shopify.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 帮助页面URL | https://scrape-shopify.com/ |
| 隐私政策页面URL | https://farhansrambiyan.com/privacy-policy |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Google Search Operators",
"description": "Adds buttons to use Google search operators on the active tab.",
"version": "1.2",
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
}
},
"permissions": [
"activeTab",
"scripting"
],
"host_permissions": [
"https:\/\/www.google.com\/"
]
} | |