Yelp sort reviews by rating w/ lowest first

This extension sorts Yelp reviews by rating (lowest first)

¿Qué es Yelp sort reviews by rating w/ lowest first?

Yelp sort reviews by rating w/ lowest first es una extensión de Chrome desarrollada por Amit Bhatnagar, y su función principal es "This extension sorts Yelp reviews by rating (lowest first)".

Capturas de Pantalla de la Extensión

Descargar Archivo CRX de la Extensión Yelp sort reviews by rating w/ lowest first

Descarga archivos de extensión Yelp sort reviews by rating w/ lowest first en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                                            

Información Básica de la Extensión

Nombre Yelp sort reviews by rating w/ lowest first Yelp sort reviews by rating w/ lowest first
ID ejoeofpckgbfckcmgnogcfjkjcddflen
URL Oficial https://chromewebstore.google.com/detail/yelp-sort-reviews-by-rati/ejoeofpckgbfckcmgnogcfjkjcddflen
Descripción This extension sorts Yelp reviews by rating (lowest first)
Tamaño del Archivo 13.66 KB
Cantidad de Instalaciones 16
Versión Actual 1.0
Última Actualización 2017-04-15
Fecha de Publicación 2017-04-14
Desarrollador Amit Bhatnagar
Tipo de Pago free
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Yelp sort reviews by rating w\/ lowest first",
    "short_name": "YelpRatingSort-LowestFirst",
    "description": "This extension sorts Yelp reviews by rating (lowest first)",
    "version": "1.0",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "icon.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "yelp-sort-by-lowest-first-script.js"
        ]
    },
    "permissions": [
        "tabs",
        "webNavigation",
        "*:\/\/*\/*"
    ]
}