Context Menu Search
Search for selected text using the context menu
什麼是Context Menu Search?
Context Menu Search是由Roman Grinyov開發的Chrome擴展程式,該擴展的主要功能是“Search for selected text using the context menu”。
擴展截圖
下載Context Menu Search擴展crx文件
下載Context Menu Search擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Use the right-click menu to search for selected text in different search engines NOTE: - "downloads" permissions are required for export / import search engines - to prevent the loss of added search engines, export them - if you have any questions, please contact me by email Source code: https://github.com/w3lifer/crx-context-menu-search
擴展基本資訊
名稱 | Context Menu Search |
ID | idpcgabojogahgmhdgnjkmdliaeeofka |
官方網址 | https://chromewebstore.google.com/detail/context-menu-search/idpcgabojogahgmhdgnjkmdliaeeofka |
簡介 | Search for selected text using the context menu |
檔案大小 | 166 KB |
安裝次數 | 3,025 |
目前版本 | 1.6.11 |
更新時間 | 2023-11-20 |
上架時間 | 2018-08-29 |
評分 | 4.25/5 共 12 次評分 |
開發者 | Roman Grinyov |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Context Menu Search", "description": "Search for selected text using the context menu", "version": "1.6.11", "icons": { "16": "img\/icons\/search-zoom\/16x16.png", "48": "img\/icons\/search-zoom\/48x48.png", "128": "img\/icons\/search-zoom\/128x128.png" }, "permissions": [ "contextMenus", "downloads", "storage" ], "background": { "persistent": false, "scripts": [ "js\/common.js", "js\/event-page.js" ] }, "options_ui": { "chrome_style": true, "page": "html\/options.html" } } |