ASDA Groceries Helper
This extension helps with filling a shopping basket on https://groceries.asda.com/ .
What is ASDA Groceries Helper?
ASDA Groceries Helper is a Chrome extension developed by dave, and its main feature is "This extension helps with filling a shopping basket on https://groceries.asda.com/ .".
Extension Screenshots
Download ASDA Groceries Helper Extension CRX File
Download ASDA Groceries Helper extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
                        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                     Extension Basic Information
| Name |   |  
| ID | chmjblhakahjbdekinpboilegeobpicg | 
| Official URL | https://chromewebstore.google.com/detail/asda-groceries-helper/chmjblhakahjbdekinpboilegeobpicg | 
| Description | This extension helps with filling a shopping basket on https://groceries.asda.com/ . | 
| File Size | 3.33 KB | 
| Installation Count | 102 | 
| Current Version | 0.4 | 
| Last Updated | 2020-10-30 | 
| Publish Date | 2020-10-29 | 
| Developer | dave | 
| [email protected] | |
| Payment Type | free | 
| Extension Website | https://github.com/davegoopot/asda_groceries_helper | 
| Help Page URL | https://github.com/davegoopot/asda_groceries_helper | 
| Supported Languages | 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"
            ]
        }
    ]
}  |  |