Baidu Search
Select the keyword which you want to search, then right click it and choose baidu search
什么是Baidu Search?
Baidu Search是由Onion515开发的Chrome扩展程序,该扩展的主要功能是“Select the keyword which you want to search, then right click it and choose baidu search”。
扩展截图
下载Baidu Search扩展crx文件
下载Baidu Search扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Select which words you want to search, then right click the mouse, you will see the context menus have a new option which call the "Baidu Search" click it will use the baidu search engine to search your words. ps: Baidu Search Engine is a chinese famous search engine so that why the result almost is the chinese result
扩展基本信息
名称 | Baidu Search |
ID | acefekdhohafkelpdfdjjopdghejaahi |
官方URL | https://chromewebstore.google.com/detail/baidu-search/acefekdhohafkelpdfdjjopdghejaahi |
简介 | Select the keyword which you want to search, then right click it and choose baidu search |
文件大小 | 9.91 KB |
安装次数 | 1,701 |
当前版本 | 1.0 |
更新时间 | 2015-03-09 |
上架时间 | 2015-03-09 |
评分 | 3.91/5 共11次评分 |
开发者 | Onion515 |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "description": "Select the keyword which you want to search, then right click it and choose baidu search", "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" }, "manifest_version": 2, "name": "Baidu Search", "permissions": [ "contextMenus" ], "version": "1.0" } |