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."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

OmniGrub 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 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
이메일 [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": [
                ""
            ]
        }
    ]
}