複数検索ツール
選択した文字列を、複数のサイトで検索できます。使用する検索エンジンはアドレスバー横のアイコンをクリックすることで変更可能です。また、画像から検索することも可能です。
What is 複数検索ツール?
複数検索ツール is a Chrome extension developed by udon, and its main feature is "選択した文字列を、複数のサイトで検索できます。使用する検索エンジンはアドレスバー横のアイコンをクリックすることで変更可能です。また、画像から検索することも可能です。".
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画像検索を行うこともできます。 <更新情報> 2013/3/8 公開
Extension Basic Information
Name | 複数検索ツール |
ID | baijfcmfhpidbpgdhjoicghmodpklhel |
Official URL | https://chromewebstore.google.com/detail/%E8%A4%87%E6%95%B0%E6%A4%9C%E7%B4%A2%E3%83%84%E3%83%BC%E3%83%AB/baijfcmfhpidbpgdhjoicghmodpklhel |
Description | 選択した文字列を、複数のサイトで検索できます。使用する検索エンジンはアドレスバー横のアイコンをクリックすることで変更可能です。また、画像から検索することも可能です。 |
File Size | 17.8 KB |
Installation Count | 1,798 |
Current Version | 1.1.0 |
Last Updated | 2021-08-25 |
Publish Date | 2013-04-04 |
Rating | 3.83/5 Total 6 Ratings |
Developer | udon |
[email protected] | |
Payment Type | free |
Supported Languages | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "\u8907\u6570\u691c\u7d22\u30c4\u30fc\u30eb", "version": "1.1.0", "manifest_version": 2, "description": "\u9078\u629e\u3057\u305f\u6587\u5b57\u5217\u3092\u3001\u8907\u6570\u306e\u30b5\u30a4\u30c8\u3067\u691c\u7d22\u3067\u304d\u307e\u3059\u3002\u4f7f\u7528\u3059\u308b\u691c\u7d22\u30a8\u30f3\u30b8\u30f3\u306f\u30a2\u30c9\u30ec\u30b9\u30d0\u30fc\u6a2a\u306e\u30a2\u30a4\u30b3\u30f3\u3092\u30af\u30ea\u30c3\u30af\u3059\u308b\u3053\u3068\u3067\u5909\u66f4\u53ef\u80fd\u3067\u3059\u3002\u307e\u305f\u3001\u753b\u50cf\u304b\u3089\u691c\u7d22\u3059\u308b\u3053\u3068\u3082\u53ef\u80fd\u3067\u3059\u3002", "permissions": [ "contextMenus" ], "background": { "scripts": [ "background.js" ] }, "icons": { "128": "icon_128.png", "48": "icon_48.png", "16": "icon_16.png" }, "browser_action": { "default_icon": "icon_128.png", "default_title": "\u8907\u6570\u691c\u7d22\u30c4\u30fc\u30eb", "default_popup": "options.html" } } |