Google Master
Use context menu to search efficiently.
什么是Google Master?
Google Master是由Vere Perrot开发的Chrome扩展程序,该扩展的主要功能是“Use context menu to search efficiently.”。
扩展截图
下载Google Master扩展crx文件
下载Google Master扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Use context menu to search efficiently. * Select text in a web page then right click the menu item to search. * Or just right click the menu item. It will pop up a input box for enter some text then type Enter key to search. * You can search the definition of a word. * You can search all downloads of a software. * You can search the gallery of a person. * You can search a album of someone. * You can search the nearby pizza store. * You can search the pdf files of some books. * You can search the related sites of a web site. * You can search the weather of a city. * You can search some text in the current web site. * Support locale English, Chinese.
扩展基本信息
名称 | Google Master |
ID | mkeolkcnabfjecpddmpimpddeajbpjid |
官方URL | https://chromewebstore.google.com/detail/google-master/mkeolkcnabfjecpddmpimpddeajbpjid |
简介 | Use context menu to search efficiently. |
文件大小 | 31.04 KB |
安装次数 | 931 |
当前版本 | 1.1 |
更新时间 | 2016-01-05 |
上架时间 | 2016-01-05 |
评分 | 4.67/5 共3次评分 |
开发者 | Vere Perrot |
付费类型 | free |
支持的语言 | en,zh-CN,zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "description": "__MSG_description__", "version": "1.1", "author": "Vere Perrot", "default_locale": "en", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "permissions": [ "contextMenus" ], "background": { "persistent": false, "scripts": [ "sample.js" ] }, "manifest_version": 2 } |