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
Eメール [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\/*"
    ]
}