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是由Mark Gurevich開發的Chrome擴展程式,該擴展的主要功能是“Picks a random Wolt restaurant. For when you are not sure what you want”。
擴展截圖
下載Wolt: I'm Feeling lucky button擴展crx文件
下載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 |
官方網址 | 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:\/\/*\/*" ] } |