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 |
公式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 |
Eメール | [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:\/\/*\/*" ] } |