Wolt: I'm Feeling lucky button
Picks a random Wolt restaurant. For when you are not sure what you want
Wolt: I'm Feeling lucky buttonคืออะไร?
Wolt: I'm Feeling lucky button เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Mark Gurevich และคุณลักษณะหลักของมันคือ "Picks a random Wolt restaurant. For when you are not sure what you want"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Wolt: I'm Feeling lucky button
ดาวน์โหลดไฟล์ส่วนขยาย Wolt: I'm Feeling lucky button ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension creates an "I'm feeling lucky" button on Wolt. Pressing the button chooses a random restaurant for you that is able to deliver to you. For those "I'm not sure what I want" moments. Additionally pressing the extension icon from anywhere takes you to Wolt homepage. Currently only supports the English version of the website.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Wolt: I'm Feeling lucky button |
ID | aokjbcgbdlnjmcehdkpmhbohjfadhnbi |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/wolt-im-feeling-lucky-but/aokjbcgbdlnjmcehdkpmhbohjfadhnbi |
คำอธิบาย | Picks a random Wolt restaurant. For when you are not sure what you want |
ขนาดไฟล์ | 32.19 KB |
จำนวนการติดตั้ง | 33 |
เวอร์ชันปัจจุบัน | 0.1.3 |
อัปเดตครั้งล่าสุด | 2022-10-11 |
วันที่เผยแพร่ | 2022-10-03 |
คะแนน | 4.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | Mark Gurevich |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Wolt: I'm Feeling lucky button", "description": "Picks a random Wolt restaurant. For when you are not sure what you want", "background": { "service_worker": "background.js" }, "action": [], "version": "0.1.3", "icons": { "32": "icons\/icon-32.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png", "160": "icons\/icon-160.png" }, "manifest_version": 3, "permissions": [ "scripting", "tabs" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } |