Manage your tabs

Manage tabs in new tab to Kanban board. You can also save tabs.

Manage your tabs là gì?

Manage your tabs là một tiện ích mở rộng Chrome được phát triển bởi kukeast, và tính năng chính của nó là "Manage tabs in new tab to Kanban board. You can also save tabs.".

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

screenshot
screenshot
screenshot
screenshot

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

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

                        You can move or delete open tabs from a new tab by drag and drop.
View all open windows in one window, Move and delete tabs to clean up dirty windows.                    

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

Tên Manage your tabs Manage your tabs
ID enpfcihnonpcdamdbhapnianlchnjifi
URL Chính Thức https://chromewebstore.google.com/detail/manage-your-tabs/enpfcihnonpcdamdbhapnianlchnjifi
Mô tả Manage tabs in new tab to Kanban board. You can also save tabs.
Kích Thước Tệp 142 KB
Số Lần Cài Đặt 50
Phiên Bản Hiện Tại 1.1.2
Cập Nhật Lần Cuối 2021-02-22
Ngày Phát Hành 2020-11-13
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển kukeast
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.1.2",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "browser_action": {
        "default_title": "Manage your tabs."
    },
    "background": {
        "scripts": [
            "js\/js.js"
        ],
        "persistent": false
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "permissions": [
        "tabs",
        "storage"
    ]
}