Simple Tab Overview

Simple Tab Overview

Simple Tab Overview là gì?

Simple Tab Overview là một tiện ích mở rộng Chrome được phát triển bởi https://johannes.software, và tính năng chính của nó là "Simple Tab Overview".

Ả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 Simple Tab Overview

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

                        Get a quick overview of the tabs you have open. Sort tabs by a variety of factors, like when the tabs were last used. Additionally, you can also search for the tab you're looking for                    

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

Tên Simple Tab Overview Simple Tab Overview
ID dkbnfopcnnnmdkajinibhfpakcikahdm
URL Chính Thức https://chromewebstore.google.com/detail/simple-tab-overview/dkbnfopcnnnmdkajinibhfpakcikahdm
Mô tả Simple Tab Overview
Kích Thước Tệp 143 KB
Số Lần Cài Đặt 60
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2020-11-18
Ngày Phát Hành 2020-09-15
Nhà Phát Triển https://johannes.software
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",
    "name": "Simple Tab Overview",
    "description": "Simple Tab Overview",
    "short_name": "Tab Overview",
    "version": "1.0.1",
    "manifest_version": 2,
    "permissions": [
        "background",
        "tabs"
    ],
    "icons": {
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "browser_action": {
        "default_title": "Tab overview",
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}