Smelp

Get Yelp information in Seamless

Cos'è Smelp?

Smelp è un'estensione di Chrome sviluppata da orrybaram, e la sua funzione principale è "Get Yelp information in Seamless".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Smelp

Scarica i file di estensione Smelp in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Seamless rating usually don't cut it, so now you can make better decisions by looking at Yelp reviews and Foursquare tips for all Seamless restaurants.                    

Informazioni di Base sull'Estensione

Nome Smelp Smelp
ID pcppjpmhpglhhbfopkmeohcpggngonah
URL Ufficiale https://chromewebstore.google.com/detail/smelp/pcppjpmhpglhhbfopkmeohcpggngonah
Descrizione Get Yelp information in Seamless
Dimensione del File 292 KB
Conteggio Installazioni 57
Versione Corrente 0.2.8
Ultimo Aggiornamento 2015-05-13
Data di Pubblicazione 2015-05-13
Valutazione 2.60/5 Totale 10 Valutazioni
Sviluppatore orrybaram
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/orrybaram/Smelp
URL della Pagina di Aiuto https://github.com/orrybaram/Smelp/issues
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Smelp",
    "version": "0.2.8",
    "manifest_version": 2,
    "description": "Get Yelp information in Seamless",
    "permissions": [
        "http:\/\/www.seamless.com\/",
        "http:\/\/netflixrottenizer.appspot.com\/",
        "http:\/\/localhost:11090\/",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.seamless.com\/*"
            ],
            "js": [
                "jquery.min.js",
                "lodash.js",
                "smelp.js"
            ],
            "css": [
                "smelp.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "img\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}