Shopping List

A simple checklist to help you remember things you need to get

Shopping List là gì?

Shopping List là một tiện ích mở rộng Chrome được phát triển bởi https://linangdata.com, và tính năng chính của nó là "A simple checklist to help you remember things you need to get".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Shopping List

Tải xuống các tệp mở rộng Shopping List 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

                        We all forget the things we need to get. This extension provides a handy checklist of things you need to buy. Check them off or delete from the list when you've acquired the item. Very easy to use
Print your list or email it to yourself or someone else for reference.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Shopping List Shopping List
ID lamncampmemgncjhlgbbphknmmppiikb
URL Chính Thức https://chromewebstore.google.com/detail/shopping-list/lamncampmemgncjhlgbbphknmmppiikb
Mô tả A simple checklist to help you remember things you need to get
Kích Thước Tệp 1.03 MB
Số Lần Cài Đặt 270
Phiên Bản Hiện Tại 1.0.4
Cập Nhật Lần Cuối 2022-05-18
Ngày Phát Hành 2018-11-16
Đánh Giá 4.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển https://linangdata.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://linangdata.com
URL Trang Trợ Giúp https://linangdata.com/shopping-list
URL Trang Chính Sách Bảo Mật https://linangdata.com/privacy.html
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Shopping List",
    "short_name": "Shopping List",
    "description": "A simple checklist to help you remember things you need to get",
    "version": "1.0.4",
    "offline_enabled": true,
    "icons": {
        "16": "css\/icons\/16x16.png",
        "32": "css\/icons\/32x32.png",
        "36": "css\/icons\/36x36.png",
        "48": "css\/icons\/48x48.png",
        "64": "css\/icons\/64x64.png",
        "72": "css\/icons\/72x72.png",
        "96": "css\/icons\/96x96.png",
        "128": "css\/icons\/128x128.png",
        "144": "css\/icons\/144x144.png",
        "192": "css\/icons\/192x192.png",
        "512": "css\/icons\/512x512.png"
    },
    "permissions": [],
    "background": {
        "service_worker": "background\/background.js"
    },
    "options_page": "options\/options.html",
    "action": {
        "default_icon": "css\/icons\/96x96.png",
        "default_popup": "index.html",
        "default_title": "Shopping List"
    }
}