TabStash

Group your tabs and open them later.

TabStash là gì?

TabStash là một tiện ích mở rộng Chrome được phát triển bởi https://browser-extensions.com, và tính năng chính của nó là "Group your tabs and open them later.".

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

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

                        Group your tabs and open them later.                    

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

Tên TabStash TabStash
ID mdeicgkmlobfdddmfplopohhnhkiiicj
URL Chính Thức https://chromewebstore.google.com/detail/tabstash/mdeicgkmlobfdddmfplopohhnhkiiicj
Mô tả Group your tabs and open them later.
Kích Thước Tệp 299 KB
Số Lần Cài Đặt 16
Phiên Bản Hiện Tại 0.0.1
Cập Nhật Lần Cuối 2017-10-27
Ngày Phát Hành 2017-10-27
Nhà Phát Triển https://browser-extensions.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://browser-extensions.com/
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "__MSG_appShortName__",
    "description": "__MSG_appDescription__",
    "version": "0.0.1",
    "manifest_version": 2,
    "default_locale": "en",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "__MSG_browserActionTitle__"
    },
    "permissions": [
        "history",
        "tabCapture",
        "tabs",
        "topSites",
        "storage",
        "unlimitedStorage",
        ""
    ]
}