ASDA Groceries Helper

This extension helps with filling a shopping basket on https://groceries.asda.com/ .

Wat is ASDA Groceries Helper?

ASDA Groceries Helper is een Chrome-extensie ontwikkeld door dave, en de belangrijkste functie is "This extension helps with filling a shopping basket on https://groceries.asda.com/ .".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie ASDA Groceries Helper

Download ASDA Groceries Helper-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam ASDA Groceries Helper ASDA Groceries Helper
ID chmjblhakahjbdekinpboilegeobpicg
Officiële URL https://chromewebstore.google.com/detail/asda-groceries-helper/chmjblhakahjbdekinpboilegeobpicg
Beschrijving This extension helps with filling a shopping basket on https://groceries.asda.com/ .
Bestandsgrootte 3.33 KB
Aantal Installaties 102
Huidige Versie 0.4
Laatst Bijgewerkt 2020-10-30
Publicatiedatum 2020-10-29
Ontwikkelaar dave
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/davegoopot/asda_groceries_helper
Help Pagina-URL https://github.com/davegoopot/asda_groceries_helper
Ondersteunde Talen 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"
            ]
        }
    ]
}