Tesco Sort by Price Per Unit

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

什么是Tesco Sort by Price Per Unit?

Tesco Sort by Price Per Unit是由Pez Cuckow开发的Chrome扩展程序,该扩展的主要功能是“Sorts Tesco grocery products by price per unit, converting between different denominations”。

扩展截图

screenshot

下载Tesco Sort by Price Per Unit扩展crx文件

下载Tesco Sort by Price Per Unit扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Tesco Sort by Price Per Unit Tesco Sort by Price Per Unit
ID nllnkbichmdphbcjgedbcbeemjfpkbfa
官方URL https://chromewebstore.google.com/detail/tesco-sort-by-price-per-u/nllnkbichmdphbcjgedbcbeemjfpkbfa
简介 Sorts Tesco grocery products by price per unit, converting between different denominations
文件大小 18.57 KB
安装次数 59
当前版本 0.0.6
更新时间 2022-10-14
上架时间 2020-09-19
评分 5.00/5 共3次评分
开发者 Pez Cuckow
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/Pezmc/TescoSortByPricePerUnit
支持的语言 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\/*"
    ]
}