Basket

Save and share your favourite items all in one app.

Basket là gì?

Basket là một tiện ích mở rộng Chrome được phát triển bởi https://www.trybasket.com, và tính năng chính của nó là "Save and share your favourite items all in one app.".

Ả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 Basket

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

                        Ever felt frustrated by endless tabs, hundreds of screenshots and wishlists scattered all over the internet, when shopping online? Yeah, we feel you. We made Basket to make shopping a breeze! Basket will save you time and money. In two taps that item you've discovered is safe in your basket. When that thing you love goes on sale, we’ll let you know with a price drop alert.

Shop your favourites and soon-to-be-favourites at almost all online retailers, shopping apps and blogs. Say goodbye to the old ways of remembering things, you know - bookmarks, tabs, screenshots. Make Basket the sanctuary for all your future finds, we’ll store them safely until you’re ready to buy. Never lose a product again. 

Install Basket now for FREE.

See it. Save it. Basket.                    

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

Tên Basket Basket
ID hjpbnkkeihnknafkdbglklgmblkgdkki
URL Chính Thức https://chromewebstore.google.com/detail/basket/hjpbnkkeihnknafkdbglklgmblkgdkki
Mô tả Save and share your favourite items all in one app.
Kích Thước Tệp 4.67 MB
Số Lần Cài Đặt 1,683
Phiên Bản Hiện Tại 2.1.2
Cập Nhật Lần Cuối 2024-02-28
Ngày Phát Hành 2023-02-24
Đánh Giá 4.91/5 Tổng số 117 Đánh Giá
Nhà Phát Triển https://www.trybasket.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.trybasket.com
URL Trang Trợ Giúp https://www.trybasket.com/contact-us
URL Trang Chính Sách Bảo Mật https://www.trybasket.com/policies/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en-GB,sk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Basket",
    "version": "2.1.2",
    "default_locale": "en_GB",
    "icons": {
        "16": "assets\/icons\/production\/favicon-16px.png",
        "32": "assets\/icons\/production\/favicon-32px.png",
        "48": "assets\/icons\/production\/favicon-48px.png",
        "128": "assets\/icons\/production\/favicon-128px.png"
    },
    "description": "Save and share your favourite items all in one app.",
    "homepage_url": "https:\/\/www.trybasket.com",
    "short_name": "Basket",
    "permissions": [
        "activeTab",
        "tabs",
        "storage",
        "contextMenus"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "author": "Intent Technologies",
    "action": {
        "default_icon": {
            "16": "assets\/icons\/production\/favicon-16px.png",
            "32": "assets\/icons\/production\/favicon-32px.png",
            "48": "assets\/icons\/production\/favicon-48px.png",
            "128": "assets\/icons\/production\/favicon-128px.png"
        },
        "default_title": "Basket"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "browser-polyfill.js",
                "js\/content-script.bundle.js"
            ],
            "run_at": "document_end"
        }
    ],
    "commands": {
        "save-to-quick-saves": {
            "suggested_key": {
                "default": "Alt+B",
                "mac": "Alt+B"
            },
            "description": "Save item to Quick Saves"
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*.svg",
                "images\/*.gif",
                "images\/*.png",
                "assets\/fonts\/**\/*.ttf"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "service_worker": "js\/background.bundle.js"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "minimum_chrome_version": "88"
}