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 |
官方網址 | 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" ] } ] } |