Yelp Lite

Use Yelp Lite to search for places to eat, shop, drink, relax and play.

Cos'è Yelp Lite?

Yelp Lite è un'estensione di Chrome sviluppata da zep004, e la sua funzione principale è "Use Yelp Lite to search for places to eat, shop, drink, relax and play.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Yelp Lite

Scarica i file di estensione Yelp Lite 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

                        Looking for a burrito joint open now? An Irish pub nearby? A gas station you can drive to before your tank hits empty? Yelp Lite for Chrome is here to help. Use us to search for places to eat, shop, drink, relax and play then read reviews from an active community of locals in the know.                    

Informazioni di Base sull'Estensione

Nome Yelp Lite Yelp Lite
ID dikbakdmgehiooeihhfpgboibgcoogbb
URL Ufficiale https://chrome.google.com/webstore/detail/yelp-lite/dikbakdmgehiooeihhfpgboibgcoogbb
Descrizione Use Yelp Lite to search for places to eat, shop, drink, relax and play.
Dimensione del File 4.95 MB
Conteggio Installazioni 156
Versione Corrente 1.1.0
Ultimo Aggiornamento 2015-03-16
Data di Pubblicazione 2015-03-16
Valutazione 4.25/5 Totale 4 Valutazioni
Sviluppatore zep004
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Yelp Lite",
    "version": "1.1.0",
    "manifest_version": 2,
    "description": "Use Yelp Lite to search for places to eat, shop, drink, relax and play.",
    "icons": {
        "16": "img\/Yelp-16x16.png",
        "48": "img\/Yelp-48x48.png",
        "128": "img\/Yelp-128x128.png"
    },
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "img\/Yelp-16x16.png",
        "default_popup": "popup.html",
        "default_title": "Yelp"
    },
    "web_accessible_resources": [
        "css\/html5reset-1.6.1.css",
        "css\/default.css",
        "Assets\/main.css",
        "js\/lib\/ga_pokki.js",
        "js\/lib\/mootools-core-1.3-full-nocompat.js",
        "js\/lib\/mootools-1.2.4.4-more.js",
        "js\/popup.js",
        "js\/lib\/dialog.js"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/oauth.googlecode.com\/ https:\/\/*.googleapis.com\/ https:\/\/maps.gstatic.com\/ https:\/\/j.maxmind.com\/app\/geoip.js; object-src 'self'",
    "homepage_url": "https:\/\/www.pokki.com\/app\/Yelp",
    "permissions": [
        "tabs",
        "background",
        "mangement",
        "*:\/\/*.yelp.com\/*",
        "http:\/\/www.geoplugin.net\/javascript.gp"
    ]
}