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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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\/*"
    ]
}