Basket

Easily save and share your favorite links through Basket!

Basket là gì?

Basket là một tiện ích mở rộng Chrome được phát triển bởi https://mybasketsapp.com, và tính năng chính của nó là "Easily save and share your favorite links through Basket!".

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

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

                        The Basket Chrome Extension allows users to easily share and save their favorite web pages. Once you have logged into the Basket website, use the extension to  send links to your friends, save links to your baskets, and see links friends sent you, without ever having to leave the page you are on.

Features:
• Share a web page with a friend in 2 simple clicks.
• Save a web page, also with 2 simple clicks.
• See links your friends sent you without ever leaving your page.                    

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

Tên Basket Basket
ID jcglidocjalkkefbmnobddombekpancl
URL Chính Thức https://chromewebstore.google.com/detail/basket/jcglidocjalkkefbmnobddombekpancl
Mô tả Easily save and share your favorite links through Basket!
Kích Thước Tệp 509 KB
Số Lần Cài Đặt 14
Phiên Bản Hiện Tại 0.9.9.9
Cập Nhật Lần Cuối 2015-06-20
Ngày Phát Hành 2015-06-19
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://mybasketsapp.com
Loại Thanh Toán free
Trang Web Mở Rộng http://mybasketsapp.herokuapp.com/
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Basket",
    "short_name": "Basket",
    "version": "0.9.9.9",
    "description": "Easily save and share your favorite links through Basket!",
    "permissions": [
        "tabs",
        "*:\/\/*\/*",
        "http:\/\/*\/",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "http:\/\/*.facebook.com\/*",
        "http:\/\/127.0.0.1:3000\/*"
    ],
    "browser_action": {
        "default_icon": "\/icons\/basketgreen128.png",
        "default_title": "Basket",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "scripts\/jquery.min.js",
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "\/icons\/basketgreen16.png",
        "48": "\/icons\/basketgreen48.png",
        "128": "\/icons\/basketgreen128.png"
    }
}