Select and Search
Search for selected text on any search engine.
什么是Select and Search?
Select and Search是由痛ったい开发的Chrome扩展程序,该扩展的主要功能是“Search for selected text on any search engine.”。
扩展截图
下载Select and Search扩展crx文件
下载Select and Search扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
You can add or remove search engines to context menu. You can also search for images, videos, dictionaries and shopping or use translations and more. 《 URL format for search settings in the option page 》 Your selected text will be replaced from %s in URL for search or that is placed at the end of the URL. https://www.google.com/search?q=%s or https://www.google.com/search?q= * If you need a separator, set TITLE and URL to "-"(minus sign). * Search engine URL examples available, please see my web page (Firefox version).
扩展基本信息
名称 | Select and Search |
ID | mjdbaljlhcapchmnabhkalepomkbcjno |
官方URL | https://chromewebstore.google.com/detail/select-and-search/mjdbaljlhcapchmnabhkalepomkbcjno |
简介 | Search for selected text on any search engine. |
文件大小 | 15.47 KB |
安装次数 | 116 |
当前版本 | 1.4 |
更新时间 | 2021-08-18 |
上架时间 | 2020-05-09 |
开发者 | 痛ったい |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://addons.mozilla.org/en-US/firefox/addon/select-and-search/ |
支持的语言 | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extensionName__", "description": "__MSG_extensionDescription__", "version": "1.4", "default_locale": "en", "author": "\u75db\u3063\u305f\u3044", "background": { "scripts": [ "background.js" ] }, "options_ui": { "open_in_tab": true, "page": "options.html" }, "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "96": "icons\/icon96.png" }, "permissions": [ "storage", "contextMenus", "tabs" ] } |