Search Assistant by JWord
Search a keyword across various search engines with a single click.
What is Search Assistant by JWord?
Search Assistant by JWord is a Chrome extension developed by GMOインサイト株式会社, and its main feature is "Search a keyword across various search engines with a single click.".
Extension Screenshots
Download Search Assistant by JWord Extension CRX File
Download Search Assistant by JWord 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
■利用方法 1.例えば、Yahoo! JAPANウェブ検索やGoogleウェブ検索で検索を実行します。 2.検索結果ページが表示されると、ブラウザ画面下に検索アシストバーが表示されます。 3.切り替えたい検索サイトのタブをクリックします。 4.クリックした検索サイトの検索結果ページが表示されます。 ■設定方法 オプション画面では、タブに表示する検索サイトを変更することができます。 以下いずれかの方法で検索アシストバーオプション画面を表示してください ・バーの右側に表示される歯車のアイコンをクリック ・ブラウザツールバーの検索アシストバーアイコンをクリック その他詳細については、こちら(http://labs.jword.jp/assistbar/)をご覧ください。 ■利用規約 利用規約については、こちら(http://labs.jword.jp/agreement.htm)をご覧ください。 ■プライバシーポリシー プライバシーポリシーについては、こちら(http://www.jword.jp/regist/regist_agree_privacy2.htm)をご覧ください。
Extension Basic Information
Name | Search Assistant by JWord |
ID | gngohhbmmkfajgmppnigcgcjdjijeghf |
Official URL | https://chromewebstore.google.com/detail/search-assistant-by-jword/gngohhbmmkfajgmppnigcgcjdjijeghf |
Description | Search a keyword across various search engines with a single click. |
File Size | 74.89 KB |
Installation Count | 10,000 |
Current Version | 1.0.10 |
Last Updated | 2016-01-22 |
Publish Date | 2016-01-22 |
Rating | 3.67/5 Total 6 Ratings |
Developer | GMOインサイト株式会社 |
[email protected] | |
Payment Type | free |
Extension Website | http://labs.jword.jp/assistbar/ |
Help Page URL | http://www.jword.jp/inquiry.htm?act=b |
Privacy Policy Page URL | http://www.gmo-insight.jp/privacy |
Supported Languages | en,en-GB,en-US,zh-CN,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "version": "1.0.10", "description": "__MSG_extDescription__", "options_page": "options.html", "default_locale": "ja", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "images\/icon16.png", "default_title": "__MSG_extSettingsTitle__" }, "icons": { "128": "images\/icon128.png", "48": "images\/icon48.png", "16": "images\/icon16.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "jQuery.js", "jsearch.js" ], "run_at": "document_end" } ], "permissions": [ "https:\/\/download.jword.jp\/", "https:\/\/rd.jword.jp\/", "http:\/\/rd.jword.jp\/", "http:\/\/download.jword.jp\/", "tabs" ] } |