Keeping Tabs

A chrome extension aiming to simplify the surplus of tabs in one's browser

Keeping Tabs là gì?

Keeping Tabs là một tiện ích mở rộng Chrome được phát triển bởi Ryan Slocum, và tính năng chính của nó là "A chrome extension aiming to simplify the surplus of tabs in one's browser".

Ả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 Keeping Tabs

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

                        This extension aims to simplify your mess of tabs by allowing you to quickly group and reopen tabs. Simply use the control key to highlight the tabs you'd like to save, title your tab group within the Keeping Tabs extension, and add it to your collection of tabs. These groups of tabs can be opened individually or all at once, making it much easier to organize projects within your browser.                    

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

Tên Keeping Tabs Keeping Tabs
ID komjibclehjoaofickenjehabjelkabm
URL Chính Thức https://chromewebstore.google.com/detail/keeping-tabs/komjibclehjoaofickenjehabjelkabm
Mô tả A chrome extension aiming to simplify the surplus of tabs in one's browser
Kích Thước Tệp 10.73 KB
Số Lần Cài Đặt 160
Phiên Bản Hiện Tại 0.1.6
Cập Nhật Lần Cuối 2020-09-29
Ngày Phát Hành 2020-05-09
Nhà Phát Triển Ryan Slocum
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Keeping Tabs",
    "version": "0.1.6",
    "description": "A chrome extension aiming to simplify the surplus of tabs in one's browser",
    "icons": {
        "128": "icons\/128.png",
        "48": "icons\/48.png"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "author": "Ryan Slocum",
    "browser_action": {
        "default_icon": "icons\/128.png",
        "default_popup": "popup.html",
        "default_title": "Keeping Tabs"
    },
    "offline_enabled": true
}