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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Pez Cuckow และคุณลักษณะหลักของมันคือ "Sorts Tesco grocery products by price per unit, converting between different denominations"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tesco Sort by Price Per Unit

ดาวน์โหลดไฟล์ส่วนขยาย 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\/*"
    ]
}