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 |
Eメール | [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" } } |