なぞり検索でサジェスト予測キーワード抽出
Googleサジェストの予測キーワードをホームページやブログのテキストをなぞって検索し、一括抽出する拡張機能です。
Wat is なぞり検索でサジェスト予測キーワード抽出?
なぞり検索でサジェスト予測キーワード抽出 is een Chrome-extensie ontwikkeld door ninn, en de belangrijkste functie is "Googleサジェストの予測キーワードをホームページやブログのテキストをなぞって検索し、一括抽出する拡張機能です。".
Extensie Screenshots
Download het CRX-bestand van de extensie なぞり検索でサジェスト予測キーワード抽出
Download なぞり検索でサジェスト予測キーワード抽出-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
ウェブページやブログをなぞって右クリックからGoogleサジェストの予測一覧の抽出結果ページに移動します。 結果ページでは抽出後のデータをCSV出力できます。
Basisinformatie over de Extensie
Naam | |
ID | jciigjmhmeibjjjleoepjomdooggdfll |
Officiële 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 |
Beschrijving | Googleサジェストの予測キーワードをホームページやブログのテキストをなぞって検索し、一括抽出する拡張機能です。 |
Bestandsgrootte | 14.36 KB |
Aantal Installaties | 133 |
Huidige Versie | 1.0.0 |
Laatst Bijgewerkt | 2014-12-05 |
Publicatiedatum | 2014-12-04 |
Beoordeling | 4.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | ninn |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://left.nyanhand.com/privacy.php |
Ondersteunde Talen | 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" } } |