Shopping List

The best way to create and print a grocery shopping list.

Shopping List là gì?

Shopping List là một tiện ích mở rộng Chrome được phát triển bởi helenagraphics.com, và tính năng chính của nó là "The best way to create and print a grocery shopping list.".

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

screenshot
screenshot
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

                        Make your grocery shopping easier with the shopping list!                    

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

Tên Shopping List Shopping List
ID bdlnabeopofnanjoicdkamnihfipkboo
URL Chính Thức https://chrome.google.com/webstore/detail/bdlnabeopofnanjoicdkamnihfipkboo
Mô tả The best way to create and print a grocery shopping list.
Kích Thước Tệp 84.75 KB
Số Lần Cài Đặt 71
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2020-08-20
Ngày Phát Hành 2020-08-14
Nhà Phát Triển helenagraphics.com
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "default_locale": "en",
    "name": "__MSG_appName__",
    "description": "__MSG_appDescription__",
    "version": "1.0.0",
    "icons": {
        "128": "icon_128.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "__MSG_appDefaultTitle__"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs"
    ]
}