Tab List Editor

Like OneTab but leaner and with minimum permissions, without tracking.

Tab List Editor là gì?

Tab List Editor là một tiện ích mở rộng Chrome được phát triển bởi http://www.freezeec.com, và tính năng chính của nó là "Like OneTab but leaner and with minimum permissions, without tracking.".

Ả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 Tab List Editor

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

                        Like OneTab but leaner and FOSS.  Named "Tab List Editor".

It started out with the idea of being a OneTab clone where I would release the
source code but immediately I found stuff I could do better and lighter than
OneTab.  For example OneTab runs constantly, while this runs only when it's
called or the tab groups page is displayed.  (Event pages [this] vs. persistent
background page [OneTab].)

Tabs are grouped by date. You can delete an entire groupe of tabs. When you click on "save all" a new group is created.

Options let you choose if you want to display urls and if you want to order tabs by urls.

You can also delete a single tab.

I advocate to keep only one group.

"Tab List Editor" capture only current window tab's.                    

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

Tên Tab List Editor Tab List Editor
ID epcdfhdjamhajclkdhoajboimllpefef
URL Chính Thức https://chrome.google.com/webstore/detail/tab-list-editor/epcdfhdjamhajclkdhoajboimllpefef
Mô tả Like OneTab but leaner and with minimum permissions, without tracking.
Kích Thước Tệp 585 KB
Số Lần Cài Đặt 406
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2017-08-16
Ngày Phát Hành 2017-08-16
Đánh Giá 3.50/5 Tổng số 4 Đánh Giá
Nhà Phát Triển http://www.freezeec.com
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": "Tab List Editor",
    "version": "1.0",
    "description": "Like OneTab but leaner and with minimum permissions, without tracking.",
    "icons": [],
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Tab List Editor"
    },
    "background": {
        "page": "tablisteditor.html",
        "persistent": false
    },
    "options_page": "options.html",
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "permissions": [
        "tabs",
        "activeTab",
        "storage",
        "unlimitedStorage",
        "contextMenus"
    ]
}