Advanced Search
Allows users to easily insert search operators for advanced searching on Google.
什么是Advanced Search?
Advanced Search是由Mojave开发的Chrome扩展程序,该扩展的主要功能是“Allows users to easily insert search operators for advanced searching on Google.”。
扩展截图
下载Advanced Search扩展crx文件
下载Advanced Search扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
The "Advanced Search" extension is a powerful and user-friendly tool that enhances your Google search experience. With this extension, you can effortlessly perform advanced searches using predefined queries and specialized operators. The extension provides a streamlined interface, allowing you to insert specific search parameters such as "user:", "post:", "location:", and "date:" directly into the search bar with the click of a button. Whether you're looking to refine your search results or perform complex queries, the "Advanced Search" extension simplifies the process, saving you time and providing you with more accurate and targeted search results. Take control of your search queries like never before with this convenient and intuitive extension.
扩展基本信息
名称 | Advanced Search |
ID | mokpcamkabgckoegmpcdfflmkphbmpkc |
官方URL | https://chromewebstore.google.com/detail/advanced-search/mokpcamkabgckoegmpcdfflmkphbmpkc |
简介 | Allows users to easily insert search operators for advanced searching on Google. |
文件大小 | 350 KB |
安装次数 | 792 |
当前版本 | 1.1 |
更新时间 | 2023-10-04 |
上架时间 | 2023-08-13 |
评分 | 5.00/5 共1次评分 |
开发者 | Mojave |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://sites.google.com/view/mojaveextensions |
帮助页面URL | https://sites.google.com/view/mojaveextensions/info-regarding-advanced-searching |
隐私政策页面URL | https://sites.google.com/view/mojaveextensions/privacy-policy |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Advanced Search", "version": "1.1", "description": "Allows users to easily insert search operators for advanced searching on Google.", "permissions": [ "activeTab" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" } }, "icons": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" } } |