ASDA Groceries Helper
This extension helps with filling a shopping basket on https://groceries.asda.com/ .
什么是ASDA Groceries Helper?
ASDA Groceries Helper是由dave开发的Chrome扩展程序,该扩展的主要功能是“This extension helps with filling a shopping basket on https://groceries.asda.com/ .”。
扩展截图
下载ASDA Groceries Helper扩展crx文件
下载ASDA Groceries Helper扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | ASDA Groceries Helper |
ID | chmjblhakahjbdekinpboilegeobpicg |
官方URL | https://chromewebstore.google.com/detail/asda-groceries-helper/chmjblhakahjbdekinpboilegeobpicg |
简介 | This extension helps with filling a shopping basket on https://groceries.asda.com/ . |
文件大小 | 3.33 KB |
安装次数 | 102 |
当前版本 | 0.4 |
更新时间 | 2020-10-30 |
上架时间 | 2020-10-29 |
开发者 | dave |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/davegoopot/asda_groceries_helper |
帮助页面URL | https://github.com/davegoopot/asda_groceries_helper |
支持的语言 | 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" ] } ] } |