ASDA Groceries Helper
This extension helps with filling a shopping basket on https://groceries.asda.com/ .
O que é ASDA Groceries Helper?
ASDA Groceries Helper é uma extensão do Chrome desenvolvida por dave, e sua principal característica é "This extension helps with filling a shopping basket on https://groceries.asda.com/ .".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão ASDA Groceries Helper
Baixe arquivos de extensão ASDA Groceries Helper 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
Purpose This extension helps with filling a shopping basket on https://groceries.asda.com/ . Usage - Shortcut Keys After installing this add-on the following shortcut keys will be available in your browser. Shortcut Key Action CTRL-Y Focus the window on the search box CTRL-SHIFT-U Search for whatever is currently in the clipboard
Informações Básicas da Extensão
Nome | ASDA Groceries Helper |
ID | chmjblhakahjbdekinpboilegeobpicg |
URL Oficial | https://chromewebstore.google.com/detail/asda-groceries-helper/chmjblhakahjbdekinpboilegeobpicg |
Descrição | This extension helps with filling a shopping basket on https://groceries.asda.com/ . |
Tamanho do Arquivo | 3.33 KB |
Contagem de Instalações | 102 |
Versão Atual | 0.4 |
Última Atualização | 2020-10-30 |
Data de Publicação | 2020-10-29 |
Desenvolvedor | dave |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/davegoopot/asda_groceries_helper |
URL da Página de Ajuda | https://github.com/davegoopot/asda_groceries_helper |
Idiomas Suportados | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ASDA Groceries Helper", "manifest_version": 2, "version": "0.4", "description": "This extension helps with filling a shopping basket on https:\/\/groceries.asda.com\/ .", "homepage_url": "https:\/\/github.com\/davegoopot\/asda_groceries_helper", "content_scripts": [ { "matches": [ "https:\/\/groceries.asda.com\/*" ], "js": [ "asda.js" ] } ] } |