Tabnail

Tab manager with thumbnails

Tabnail là gì?

Tabnail là một tiện ích mở rộng Chrome được phát triển bởi petamorikei, và tính năng chính của nó là "Tab manager with thumbnails".

Ả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 Tabnail

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

                        Are you having trouble managing too many tabs?
Are you having trouble finding the tab you want?
This is a tab manager with thumbnails for those people.

■ Features
- Sort Tabs
- Change the size of thumbnails displayed
- Display the number of tabs (switchable between per window and total of all windows)                    

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

Tên Tabnail Tabnail
ID jnkboobnenfdgojabddbhncpncbfngfn
URL Chính Thức https://chromewebstore.google.com/detail/tabnail/jnkboobnenfdgojabddbhncpncbfngfn
Mô tả Tab manager with thumbnails
Kích Thước Tệp 732 KB
Số Lần Cài Đặt 34
Phiên Bản Hiện Tại 2.1.0
Cập Nhật Lần Cuối 2021-10-30
Ngày Phát Hành 2020-06-26
Nhà Phát Triển petamorikei
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tabnail",
    "description": "__MSG_description__",
    "version": "2.1.0",
    "default_locale": "ja",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "38": "assets\/icons\/icon38.png"
        },
        "default_title": "popup",
        "default_popup": "pages\/popup.html"
    },
    "permissions": [
        "tabs",
        "",
        "activeTab",
        "storage",
        "unlimitedStorage"
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Alt+A",
                "mac": "Alt+A",
                "default": "Alt+A"
            }
        },
        "changeBadgeMode": {
            "suggested_key": {
                "windows": "Alt+C",
                "mac": "Alt+C",
                "default": "Alt+C"
            },
            "description": "__MSG_changeBadgeMode__"
        }
    },
    "icons": {
        "128": "assets\/icons\/icon128.png"
    }
}