Right Click Search Google in New Tab
Adds a right click menu option to search for the selected text on Google in a new tab
Right Click Search Google in New Tabとは何ですか?
Right Click Search Google in New TabはRickBlyth.comによって開発されたChromeの拡張機能で、その主な機能は「Adds a right click menu option to search for the selected text on Google in a new tab」です。
拡張機能のスクリーンショット
Right Click Search Google in New Tab拡張機能のCRXファイルをダウンロード
Right Click Search Google in New Tab拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Adds an option to search selected text on Google in a new tab (as per the old default behaviour when right clicking on selected text).
拡張機能の基本情報
名前 | Right Click Search Google in New Tab |
ID | ppcfblmpdleopbnmicipapljlogolife |
公式URL | https://chromewebstore.google.com/detail/right-click-search-google/ppcfblmpdleopbnmicipapljlogolife |
説明 | Adds a right click menu option to search for the selected text on Google in a new tab |
ファイルサイズ | 13.99 KB |
インストール数 | 83 |
現在のバージョン | 1.0 |
最終更新日 | 2023-08-16 |
公開日 | 2023-08-16 |
評価 | 5.00/5 合計 4 レビュー |
開発者 | RickBlyth.com |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Right Click Search Google in New Tab", "version": "1.0", "description": "Adds a right click menu option to search for the selected text on Google in a new tab", "permissions": [ "contextMenus", "storage" ], "icons": { "128": "icon.png" }, "action": { "default_popup": "popup.html", "default_icon": "icon.png" }, "background": { "service_worker": "serviceworker.js" }, "options_ui": { "page": "popup.html", "open_in_tab": false } } |