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. 扩展基本信息
| 名称 | |
| 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:\/\/*\/*"
]
} | |