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
官方網址 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\/*"
    ]
}