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 |
官方網址 | 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" } } |