OmniGrub
OmniGrub helps you compare DoorDash's reviews with FourSquare's and Yelp's without leaving the DoorDash restaurant page.
OmniGrubとは何ですか?
OmniGrubはNicolas Baez & Kenneth Rosasによって開発されたChromeの拡張機能で、その主な機能は「OmniGrub helps you compare DoorDash's reviews with FourSquare's and Yelp's without leaving the DoorDash restaurant page.」です。
拡張機能のスクリーンショット
OmniGrub拡張機能のCRXファイルをダウンロード
OmniGrub拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
WINNER: 1st Place & Best Utility - FourSquare Places API Hackathon Ever feel like DoorDash's reviews are a little bit too good to be true? Use OmniGrub to make sure you know what other people think about the restaurant before you order! Before looking for food, put in your address into DoorDash so OmniGrub can search for your restaurant. Created by Kenneth Rosas and Nicolas Baez.
拡張機能の基本情報
名前 | OmniGrub |
ID | eoadljeglconpbdhmnojhbihngpmhbpj |
公式URL | https://chromewebstore.google.com/detail/omnigrub/eoadljeglconpbdhmnojhbihngpmhbpj |
説明 | OmniGrub helps you compare DoorDash's reviews with FourSquare's and Yelp's without leaving the DoorDash restaurant page. |
ファイルサイズ | 100 KB |
インストール数 | 56 |
現在のバージョン | 0.6 |
最終更新日 | 2022-12-15 |
公開日 | 2022-08-14 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | Nicolas Baez & Kenneth Rosas |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "OmniGrub", "version": "0.6", "description": "OmniGrub helps you compare DoorDash's reviews with FourSquare's and Yelp's without leaving the DoorDash restaurant page.", "manifest_version": 3, "icons": { "128": "icon.png" }, "content_scripts": [ { "css": [ "style.css" ], "js": [ "action.js" ], "matches": [ "https:\/\/*.doordash.com\/store*" ] } ], "host_permissions": [ "https:\/\/*\/store*" ], "background": { "service_worker": "background.js" }, "web_accessible_resources": [ { "resources": [ "[email protected]", "small_2.5.png", "yelp-logo.png", "small_0.png", "small_1.png", "small_1.5.png", "small_2.png", "small_3.png", "small_3.5.png", "small_4.png", "small_4.5.png", "small_5.png", "external.png", "googleLogo.png", "fourlogo.jpeg" ], "matches": [ " |