ASDA Groceries Helper

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

Co to jest ASDA Groceries Helper?

ASDA Groceries Helper to rozszerzenie Chrome opracowane przez dave, a jego główną funkcją jest „This extension helps with filling a shopping basket on https://groceries.asda.com/ .”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia ASDA Groceries Helper

Pobierz pliki rozszerzeń ASDA Groceries Helper w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa ASDA Groceries Helper ASDA Groceries Helper
ID chmjblhakahjbdekinpboilegeobpicg
Oficjalny URL https://chromewebstore.google.com/detail/asda-groceries-helper/chmjblhakahjbdekinpboilegeobpicg
Opis This extension helps with filling a shopping basket on https://groceries.asda.com/ .
Rozmiar pliku 3.33 KB
Liczba instalacji 102
Aktualna Wersja 0.4
Ostatnia Aktualizacja 2020-10-30
Data Publikacji 2020-10-29
Deweloper dave
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/davegoopot/asda_groceries_helper
Adres URL Strony Pomocy https://github.com/davegoopot/asda_groceries_helper
Obsługiwane Języki 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"
            ]
        }
    ]
}