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 |
官方網址 | 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 |
電子郵箱 | [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 } } |