Tesco Sort by Price Per Unit

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

What is Tesco Sort by Price Per Unit?

Tesco Sort by Price Per Unit is a Chrome extension developed by Pez Cuckow, and its main feature is "Sorts Tesco grocery products by price per unit, converting between different denominations".

Extension Screenshots

screenshot

Download Tesco Sort by Price Per Unit Extension CRX File

Download Tesco Sort by Price Per Unit extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Tesco Sort by Price Per Unit Tesco Sort by Price Per Unit
ID nllnkbichmdphbcjgedbcbeemjfpkbfa
Official URL 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
File Size 18.57 KB
Installation Count 59
Current Version 0.0.6
Last Updated 2022-10-14
Publish Date 2020-09-19
Rating 5.00/5 Total 3 Ratings
Developer Pez Cuckow
Email [email protected]
Payment Type free
Extension Website https://github.com/Pezmc/TescoSortByPricePerUnit
Supported Languages 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\/*"
    ]
}