ASDA Groceries Helper
This extension helps with filling a shopping basket on https://groceries.asda.com/ .
Apa itu ASDA Groceries Helper?
ASDA Groceries Helper adalah ekstensi Chrome yang dikembangkan oleh dave, dan fitur utamanya adalah "This extension helps with filling a shopping basket on https://groceries.asda.com/ .".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi ASDA Groceries Helper
Unduh file ekstensi ASDA Groceries Helper dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | ASDA Groceries Helper |
ID | chmjblhakahjbdekinpboilegeobpicg |
URL Resmi | https://chromewebstore.google.com/detail/asda-groceries-helper/chmjblhakahjbdekinpboilegeobpicg |
Deskripsi | This extension helps with filling a shopping basket on https://groceries.asda.com/ . |
Ukuran File | 3.33 KB |
Jumlah Instalasi | 102 |
Versi Saat Ini | 0.4 |
Terakhir Diperbarui | 2020-10-30 |
Tanggal Publikasi | 2020-10-29 |
Pengembang | dave |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/davegoopot/asda_groceries_helper |
URL Halaman Bantuan | https://github.com/davegoopot/asda_groceries_helper |
Bahasa yang Didukung | 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" ] } ] } |