Google Master
Use context menu to search efficiently.
O que é Google Master?
Google Master é uma extensão do Chrome desenvolvida por Vere Perrot, e sua principal característica é "Use context menu to search efficiently.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Google Master
Baixe arquivos de extensão Google Master no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Google Master |
ID | mkeolkcnabfjecpddmpimpddeajbpjid |
URL Oficial | https://chromewebstore.google.com/detail/google-master/mkeolkcnabfjecpddmpimpddeajbpjid |
Descrição | Use context menu to search efficiently. |
Tamanho do Arquivo | 31.04 KB |
Contagem de Instalações | 931 |
Versão Atual | 1.1 |
Última Atualização | 2016-01-05 |
Data de Publicação | 2016-01-05 |
Classificação | 4.67/5 Total de 3 Avaliações |
Desenvolvedor | Vere Perrot |
Tipo de Pagamento | free |
Idiomas Suportados | 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 } |