Google Search Suggestion Extractor
Extract search suggestions from Google Search
Google Search Suggestion Extractorとは何ですか?
Google Search Suggestion Extractorはhttps://www.bigtechies.comによって開発されたChromeの拡張機能で、その主な機能は「Extract search suggestions from Google Search」です。
拡張機能のスクリーンショット
Google Search Suggestion Extractor拡張機能のCRXファイルをダウンロード
Google Search Suggestion Extractor拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
The Google Search Suggestion Extractor is a Chrome extension designed to enhance the user's experience while using Google Search. Its primary functionality revolves around extracting and managing search suggestions provided by Google. This extension operates under the updated Chrome Extension Manifest V3 guidelines, ensuring a more secure and efficient performance.
拡張機能の基本情報
名前 | Google Search Suggestion Extractor |
ID | lbgklcfhclfdeapdabmcphhkomkofbga |
公式URL | https://chromewebstore.google.com/detail/google-search-suggestion/lbgklcfhclfdeapdabmcphhkomkofbga |
説明 | Extract search suggestions from Google Search |
ファイルサイズ | 24.17 KB |
インストール数 | 155 |
現在のバージョン | 1.0 |
最終更新日 | 2024-02-17 |
公開日 | 2024-02-17 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | https://www.bigtechies.com |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://www.bigtechies.com/privacy-policy |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Google Search Suggestion Extractor", "version": "1.0", "description": "Extract search suggestions from Google Search", "permissions": [ "activeTab", "scripting" ], "background": { "service_worker": "background.js" }, "action": { "default_popup": "popup.html", "default_icon": { "16": "icon.png" } }, "content_scripts": [ { "matches": [ "https:\/\/www.google.com\/*" ], "js": [ "content.js" ] } ], "icons": { "16": "icon.png" } } |