Right Click Suggest
選択した文字を右クリックすることにより、予測変換による検索ができます
What is Right Click Suggest?
Right Click Suggest is a Chrome extension developed by rabbit82, and its main feature is "選択した文字を右クリックすることにより、予測変換による検索ができます".
Extension Screenshots
Download Right Click Suggest Extension CRX File
Download Right Click Suggest 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.調べたい文字をクリックしながら選択します (ダブルクリックでも選択できます) 2.選択した文字の上にカーソルを移動し、右クリックをします 3.右クリックメニューから「Right Click Suggest」に移動します 4.選択した文字と、予測変換が表示されます 5.選択した文字、あるいは予測変換をクリックします 6.別のタブにて検索されます
Extension Basic Information
Name | |
ID | kmfgnmbealeeajbfjeefgnglhgijhdga |
Official URL | https://chromewebstore.google.com/detail/right-click-suggest/kmfgnmbealeeajbfjeefgnglhgijhdga |
Description | 選択した文字を右クリックすることにより、予測変換による検索ができます |
File Size | 94.76 KB |
Installation Count | 19 |
Current Version | 0.9.2.1 |
Last Updated | 2014-12-25 |
Publish Date | 2014-12-25 |
Developer | rabbit82 |
Payment Type | free |
Supported Languages | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Right Click Suggest", "short_name": "R-Click Suggest", "description": "\u9078\u629e\u3057\u305f\u6587\u5b57\u3092\u53f3\u30af\u30ea\u30c3\u30af\u3059\u308b\u3053\u3068\u306b\u3088\u308a\u3001\u4e88\u6e2c\u5909\u63db\u306b\u3088\u308b\u691c\u7d22\u304c\u3067\u304d\u307e\u3059", "version": "0.9.2.1", "icons": { "16": "icon_16.png", "128": "icon_128.png" }, "background": { "scripts": [ "background.dart.js" ] }, "permissions": [ "tabs", "activeTab", "contextMenus", " |