ASDA Groceries Helper
This extension helps with filling a shopping basket on https://groceries.asda.com/ .
Co je ASDA Groceries Helper?
ASDA Groceries Helper je rozšíření Chrome vyvinuté dave, a jeho hlavní funkcí je „This extension helps with filling a shopping basket on https://groceries.asda.com/ .“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření ASDA Groceries Helper
Stáhněte si soubory rozšíření ASDA Groceries Helper ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
                        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                     Základní Informace o Rozšíření
| Název |   |  
| ID | chmjblhakahjbdekinpboilegeobpicg | 
| Oficiální URL | https://chromewebstore.google.com/detail/asda-groceries-helper/chmjblhakahjbdekinpboilegeobpicg | 
| Popis | This extension helps with filling a shopping basket on https://groceries.asda.com/ . | 
| Velikost souboru | 3.33 KB | 
| Počet instalací | 102 | 
| Aktuální Verze | 0.4 | 
| Poslední Aktualizace | 2020-10-30 | 
| Datum Vydání | 2020-10-29 | 
| Vývojář | dave | 
| [email protected] | |
| Typ Platby | free | 
| Webové stránky Rozšíření | https://github.com/davegoopot/asda_groceries_helper | 
| URL Stránky Nápovědy | https://github.com/davegoopot/asda_groceries_helper | 
| Podporované Jazyky | 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"
            ]
        }
    ]
}  |  |