ASDA Groceries Helper
This extension helps with filling a shopping basket on https://groceries.asda.com/ .
Cos'è ASDA Groceries Helper?
ASDA Groceries Helper è un'estensione di Chrome sviluppata da dave, e la sua funzione principale è "This extension helps with filling a shopping basket on https://groceries.asda.com/ .".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione ASDA Groceries Helper
Scarica i file di estensione ASDA Groceries Helper in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | ASDA Groceries Helper |
ID | chmjblhakahjbdekinpboilegeobpicg |
URL Ufficiale | https://chromewebstore.google.com/detail/asda-groceries-helper/chmjblhakahjbdekinpboilegeobpicg |
Descrizione | This extension helps with filling a shopping basket on https://groceries.asda.com/ . |
Dimensione del File | 3.33 KB |
Conteggio Installazioni | 102 |
Versione Corrente | 0.4 |
Ultimo Aggiornamento | 2020-10-30 |
Data di Pubblicazione | 2020-10-29 |
Sviluppatore | dave |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/davegoopot/asda_groceries_helper |
URL della Pagina di Aiuto | https://github.com/davegoopot/asda_groceries_helper |
Lingue Supportate | 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" ] } ] } |