Tesco Sort by Price Per Unit

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

Qu'est-ce que Tesco Sort by Price Per Unit ?

Tesco Sort by Price Per Unit est une extension Chrome développée par Pez Cuckow, et sa fonction principale est "Sorts Tesco grocery products by price per unit, converting between different denominations".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Tesco Sort by Price Per Unit

Téléchargez les fichiers d'extension Tesco Sort by Price Per Unit au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Tesco Sort by Price Per Unit Tesco Sort by Price Per Unit
ID nllnkbichmdphbcjgedbcbeemjfpkbfa
URL Officiel https://chromewebstore.google.com/detail/tesco-sort-by-price-per-u/nllnkbichmdphbcjgedbcbeemjfpkbfa
Description Sorts Tesco grocery products by price per unit, converting between different denominations
Taille du Fichier 18.57 KB
Nombre d'Installations 59
Version Actuelle 0.0.6
Dernière Mise à Jour 2022-10-14
Date de Publication 2020-09-19
Évaluation 5.00/5 Total 3 Évaluations
Développeur Pez Cuckow
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/Pezmc/TescoSortByPricePerUnit
Langues Prises en Charge 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\/*"
    ]
}