ASDA Groceries Helper
This extension helps with filling a shopping basket on https://groceries.asda.com/ .
Vad är ASDA Groceries Helper?
ASDA Groceries Helper är en Chrome-tillägg utvecklad av dave, och dess huvudfunktion är "This extension helps with filling a shopping basket on https://groceries.asda.com/ .".
Tilläggsskärmbilder
Ladda ner ASDA Groceries Helper-förlängningens CRX-fil
Ladda ner ASDA Groceries Helper-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
                        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                     Grundläggande Information om Tillägg
| Namn |   |  
| ID | chmjblhakahjbdekinpboilegeobpicg | 
| Officiell webbadress | https://chromewebstore.google.com/detail/asda-groceries-helper/chmjblhakahjbdekinpboilegeobpicg | 
| Beskrivning | This extension helps with filling a shopping basket on https://groceries.asda.com/ . | 
| Filstorlek | 3.33 KB | 
| Antal Installationer | 102 | 
| Aktuell Version | 0.4 | 
| Senast Uppdaterad | 2020-10-30 | 
| Publiceringsdatum | 2020-10-29 | 
| Utvecklare | dave | 
| E-post | [email protected] | 
| Betalningssätt | free | 
| Tilläggswebbplats | https://github.com/davegoopot/asda_groceries_helper | 
| Hjälpsida URL | https://github.com/davegoopot/asda_groceries_helper | 
| Stödda Språk | 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"
            ]
        }
    ]
}  |  |