Tesco Sort by Price Per Unit
Sorts Tesco grocery products by price per unit, converting between different denominations
Tesco Sort by Price Per Unit là gì?
Tesco Sort by Price Per Unit là một tiện ích mở rộng Chrome được phát triển bởi Pez Cuckow, và tính năng chính của nó là "Sorts Tesco grocery products by price per unit, converting between different denominations".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Tesco Sort by Price Per Unit
Tải xuống các tệp mở rộng Tesco Sort by Price Per Unit dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Tesco Sort by Price Per Unit |
ID | nllnkbichmdphbcjgedbcbeemjfpkbfa |
URL Chính Thức | https://chromewebstore.google.com/detail/tesco-sort-by-price-per-u/nllnkbichmdphbcjgedbcbeemjfpkbfa |
Mô tả | Sorts Tesco grocery products by price per unit, converting between different denominations |
Kích Thước Tệp | 18.57 KB |
Số Lần Cài Đặt | 59 |
Phiên Bản Hiện Tại | 0.0.6 |
Cập Nhật Lần Cuối | 2022-10-14 |
Ngày Phát Hành | 2020-09-19 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | Pez Cuckow |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/Pezmc/TescoSortByPricePerUnit |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } |