10bis price after discount
This extension displays the prices after discount in 10bis menu page
10bis price after discountคืออะไร?
10bis price after discount เป็นส่วนขยายของ Chrome ที่พัฒนาโดย uri.mor และคุณลักษณะหลักของมันคือ "This extension displays the prices after discount in 10bis menu page"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย 10bis price after discount
ดาวน์โหลดไฟล์ส่วนขยาย 10bis price after discount ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Display the prices of 10bis restaurants after discount
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | 10bis price after discount |
ID | cjeenmkpfahdbhhgobcodngnjoahebpf |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/10bis-price-after-discoun/cjeenmkpfahdbhhgobcodngnjoahebpf |
คำอธิบาย | This extension displays the prices after discount in 10bis menu page |
ขนาดไฟล์ | 8.13 KB |
จำนวนการติดตั้ง | 57 |
เวอร์ชันปัจจุบัน | 0.3.7 |
อัปเดตครั้งล่าสุด | 2019-08-27 |
วันที่เผยแพร่ | 2019-08-26 |
คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | uri.mor |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/urimor/10bis-discount-extension |
ภาษาที่รองรับ | iw |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "10bis price after discount", "description": "This extension displays the prices after discount in 10bis menu page", "version": "0.3.7", "background": { "persistent": false, "scripts": [ "background.js" ] }, "content_scripts": [ { "css": [ "styles.css" ], "js": [ "10bisExtension.js" ], "matches": [ "https:\/\/www.10bis.co.il\/Restaurants\/Menu\/*" ] }, { "css": [ "styles.css" ], "js": [ "10bisExtension-next.js" ], "matches": [ "https:\/\/www.10bis.co.il\/next\/*" ] } ], "page_action": { "default_icon": "icon.png", "default_title": "10bis Price After Discount" }, "icons": { "128": "icon.png" } } |