Unofficial Google Books Right-Click Search
Search selected text on Google Books via right-click and see the results in a new tab. This extension is not an official product.
O que é Unofficial Google Books Right-Click Search?
Unofficial Google Books Right-Click Search é uma extensão do Chrome desenvolvida por Eleazar, e sua principal característica é "Search selected text on Google Books via right-click and see the results in a new tab. This extension is not an official product.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Unofficial Google Books Right-Click Search
Baixe arquivos de extensão Unofficial Google Books Right-Click Search 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
The extension allows you to search for selected text on Google Books via right-click. * This extension is unofficial and is not authorised by, endorsed by or produced by Google or any other company.
Informações Básicas da Extensão
Nome | Unofficial Google Books Right-Click Search |
ID | hkhjpncidkbbndcddhgdfcjndijdhina |
URL Oficial | https://chromewebstore.google.com/detail/unofficial-google-books-r/hkhjpncidkbbndcddhgdfcjndijdhina |
Descrição | Search selected text on Google Books via right-click and see the results in a new tab. This extension is not an official product. |
Tamanho do Arquivo | 32.16 KB |
Contagem de Instalações | 104 |
Versão Atual | 1.1.1 |
Última Atualização | 2023-04-13 |
Data de Publicação | 2021-05-04 |
Desenvolvedor | Eleazar |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/lcookiel/gbooks-right-click-search |
URL da Página de Ajuda | https://github.com/lcookiel/gbooks-right-click-search |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "main.js" ] }, "browser_action": { "default_icon": { "16": "images\/16.png", "32": "images\/32.png" }, "default_title": "Unofficial Google Books Right-Click Search" }, "icons": { "16": "images\/16.png", "32": "images\/32.png", "64": "images\/64.png", "128": "images\/128.png" }, "manifest_version": 2, "name": "Unofficial Google Books Right-Click Search", "short_name": "GB Search", "description": "Search selected text on Google Books via right-click and see the results in a new tab. This extension is not an official product.", "permissions": [ "contextMenus" ], "version": "1.1.1" } |