ASDA Groceries Helper
This extension helps with filling a shopping basket on https://groceries.asda.com/ .
ASDA Groceries Helperคืออะไร?
ASDA Groceries Helper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย dave และคุณลักษณะหลักของมันคือ "This extension helps with filling a shopping basket on https://groceries.asda.com/ ."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ASDA Groceries Helper
ดาวน์โหลดไฟล์ส่วนขยาย 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 ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| 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"
]
}
]
} | |