Tab.Domainator

Extension that allows you to see your open tabs in a tree of domains, and quickly close or navigate to them

Tab.Domainator là gì?

Tab.Domainator là một tiện ích mở rộng Chrome được phát triển bởi bertofer, và tính năng chính của nó là "Extension that allows you to see your open tabs in a tree of domains, and quickly close or navigate to them".

Ả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.Domainator

Tải xuống các tệp mở rộng Tab.Domainator 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 allows you to manage your currently open tabs in a domain-grouped way. Allowing you to close all tabs from a certain domain, and also navigate to any tab.

It also comes with the option to reorder your tabs in chrome by domain, the same order as shown in the sidebar of the extension.

It's also open source!! Visit https://github.com/bertofer/chrome-tab-domainator                    

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

Tên Tab.Domainator Tab.Domainator
ID kifgblcabcanlajafepiimafnekjhplm
URL Chính Thức https://chromewebstore.google.com/detail/tabdomainator/kifgblcabcanlajafepiimafnekjhplm
Mô tả Extension that allows you to see your open tabs in a tree of domains, and quickly close or navigate to them
Kích Thước Tệp 838 KB
Số Lần Cài Đặt 11
Phiên Bản Hiện Tại 0.1.0
Cập Nhật Lần Cuối 2016-08-18
Ngày Phát Hành 2016-08-18
Nhà Phát Triển bertofer
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/bertofer/chrome-tab-domainator
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tab.Domainator",
    "version": "0.1.0",
    "manifest_version": 2,
    "description": "Extension that allows you to see your open tabs in a tree of domains, and quickly close or navigate to them",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "src\/bg\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "name": "Click to open the extension sidebar"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "http:\/\/*\/*",
        "*:\/\/*\/*"
    ],
    "web_accessible_resources": [
        "src\/page-sidebar\/*"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}