Search Center
Adds many searching options from right-click menu
什么是Search Center?
Search Center是由quinnrs98开发的Chrome扩展程序,该扩展的主要功能是“Adds many searching options from right-click menu”。
扩展截图
下载Search Center扩展crx文件
下载Search Center扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension adds many easy search options to your right-click menu. Once you select text, you can right click it to search Amazon, YouTube, and more with those search terms.
扩展基本信息
名称 | Search Center |
ID | bknpanfpaelmdpljjmjeajlhaojmjdjl |
官方URL | https://chromewebstore.google.com/detail/search-center/bknpanfpaelmdpljjmjeajlhaojmjdjl |
简介 | Adds many searching options from right-click menu |
文件大小 | 12.44 KB |
安装次数 | 50 |
当前版本 | 1.0 |
更新时间 | 2020-03-23 |
上架时间 | 2020-03-23 |
开发者 | quinnrs98 |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Search Center", "version": "1.0", "description": "Adds many searching options from right-click menu", "icons": { "128": "icon128.png", "64": "icon64.png", "16": "icon16.png" }, "background": { "scripts": [ "eventPage.js" ], "persistent": false }, "permissions": [ "contextMenus" ] } |