Tesco Sort by Price Per Unit

Sorts Tesco grocery products by price per unit, converting between different denominations

¿Qué es Tesco Sort by Price Per Unit?

Tesco Sort by Price Per Unit es una extensión de Chrome desarrollada por Pez Cuckow, y su función principal es "Sorts Tesco grocery products by price per unit, converting between different denominations".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Tesco Sort by Price Per Unit

Descarga archivos de extensión Tesco Sort by Price Per Unit 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

                        Sorts Tesco grocery products on the current page by price per unit, converting between different denominations.

To use, after install:

 - On any Tesco groceries page, increase your max items per page to the largest available (usually 48)
 - Click the "Tesco Sort" icon in your chrome extensions bar in the top right, it may be hidden in extensions dropdown (you can pin it)
 - The products on the page are now sorted by price per unit, low to high                    

Información Básica de la Extensión

Nombre Tesco Sort by Price Per Unit Tesco Sort by Price Per Unit
ID nllnkbichmdphbcjgedbcbeemjfpkbfa
URL Oficial https://chromewebstore.google.com/detail/tesco-sort-by-price-per-u/nllnkbichmdphbcjgedbcbeemjfpkbfa
Descripción Sorts Tesco grocery products by price per unit, converting between different denominations
Tamaño del Archivo 18.57 KB
Cantidad de Instalaciones 59
Versión Actual 0.0.6
Última Actualización 2022-10-14
Fecha de Publicación 2020-09-19
Calificación 5.00/5 Total de 3 Calificaciones
Desarrollador Pez Cuckow
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://github.com/Pezmc/TescoSortByPricePerUnit
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tesco Sort by Price Per Unit",
    "version": "0.0.6",
    "manifest_version": 2,
    "description": "Sorts Tesco grocery products by price per unit, converting between different denominations",
    "homepage_url": "https:\/\/github.com\/Pezmc\/TescoSortByPricePerUnit",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "page_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "Sort by Price Per Unit"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "permissions": [
        "https:\/\/www.tesco.com\/groceries\/*"
    ]
}