なぞり検索でサジェスト予測キーワード抽出
Googleサジェストの予測キーワードをホームページやブログのテキストをなぞって検索し、一括抽出する拡張機能です。
What is なぞり検索でサジェスト予測キーワード抽出?
なぞり検索でサジェスト予測キーワード抽出 is a Chrome extension developed by ninn, and its main feature is "Googleサジェストの予測キーワードをホームページやブログのテキストをなぞって検索し、一括抽出する拡張機能です。".
Extension Screenshots
Download なぞり検索でサジェスト予測キーワード抽出 Extension CRX File
Download なぞり検索でサジェスト予測キーワード抽出 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
ウェブページやブログをなぞって右クリックからGoogleサジェストの予測一覧の抽出結果ページに移動します。 結果ページでは抽出後のデータをCSV出力できます。
Extension Basic Information
Name | |
ID | jciigjmhmeibjjjleoepjomdooggdfll |
Official URL | https://chromewebstore.google.com/detail/%E3%81%AA%E3%81%9E%E3%82%8A%E6%A4%9C%E7%B4%A2%E3%81%A7%E3%82%B5%E3%82%B8%E3%82%A7%E3%82%B9%E3%83%88%E4%BA%88%E6%B8%AC%E3%82%AD%E3%83%BC%E3%83%AF%E3%83%BC%E3%83%89%E6%8A%BD%E5%87%BA/jciigjmhmeibjjjleoepjomdooggdfll |
Description | Googleサジェストの予測キーワードをホームページやブログのテキストをなぞって検索し、一括抽出する拡張機能です。 |
File Size | 14.36 KB |
Installation Count | 133 |
Current Version | 1.0.0 |
Last Updated | 2014-12-05 |
Publish Date | 2014-12-04 |
Rating | 4.00/5 Total 1 Ratings |
Developer | ninn |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://left.nyanhand.com/privacy.php |
Supported Languages | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "\u306a\u305e\u308a\u691c\u7d22\u3067\u30b5\u30b8\u30a7\u30b9\u30c8\u4e88\u6e2c\u30ad\u30fc\u30ef\u30fc\u30c9\u62bd\u51fa", "version": "1.0.0", "description": "Google\u30b5\u30b8\u30a7\u30b9\u30c8\u306e\u4e88\u6e2c\u30ad\u30fc\u30ef\u30fc\u30c9\u3092\u30db\u30fc\u30e0\u30da\u30fc\u30b8\u3084\u30d6\u30ed\u30b0\u306e\u30c6\u30ad\u30b9\u30c8\u3092\u306a\u305e\u3063\u3066\u691c\u7d22\u3057\u3001\u4e00\u62ec\u62bd\u51fa\u3059\u308b\u62e1\u5f35\u6a5f\u80fd\u3067\u3059\u3002", "background": { "scripts": [ "background.js" ] }, "web_accessible_resources": [ "images\/icon16.png", "images\/icon32.png", "images\/icon64.png", "images\/icon128.png" ], "permissions": [ "contextMenus" ], "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "64": "images\/icon64.png", "128": "images\/icon128.png" } } |