Wine Searcher
This extension will take highlighted text and look for a wine in wine-searcher.com
O que é Wine Searcher?
Wine Searcher é uma extensão do Chrome desenvolvida por jguerville, e sua principal característica é "This extension will take highlighted text and look for a wine in wine-searcher.com".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Wine Searcher
Baixe arquivos de extensão Wine Searcher 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
Find a wine in wine-search.com based on any highlighted text
Informações Básicas da Extensão
Nome | Wine Searcher |
ID | mfgklnbgiemgljhknfkkjkfnaelggboj |
URL Oficial | https://chromewebstore.google.com/detail/wine-searcher/mfgklnbgiemgljhknfkkjkfnaelggboj |
Descrição | This extension will take highlighted text and look for a wine in wine-searcher.com |
Tamanho do Arquivo | 7.81 KB |
Contagem de Instalações | 121 |
Versão Atual | 1.0 |
Última Atualização | 2021-03-04 |
Data de Publicação | 2021-02-28 |
Desenvolvedor | jguerville |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Wine Searcher", "description": "This extension will take highlighted text and look for a wine in wine-searcher.com", "version": "1.0", "browser_action": { "default_icon": "wine.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "activeTab" ] } |