Pin Unpin All

A button to pin or unpin all the tabs in the window.

Pin Unpin All là gì?

Pin Unpin All là một tiện ích mở rộng Chrome được phát triển bởi ev0lut1on, và tính năng chính của nó là "A button to pin or unpin all the tabs in the window.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Pin Unpin All

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

                        Click the button to pin/unpin all tabs in the current window based on the state of the active tab.

For a keyboard shortcut go to: chrome://extensions/shortcuts.

Compatible with dark and light themes.                    

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

Tên Pin Unpin All Pin Unpin All
ID cpncfbofpjgdfpmdacbagkaoglmkhnne
URL Chính Thức https://chromewebstore.google.com/detail/pin-unpin-all/cpncfbofpjgdfpmdacbagkaoglmkhnne
Mô tả A button to pin or unpin all the tabs in the window.
Kích Thước Tệp 9.72 KB
Số Lần Cài Đặt 3,246
Phiên Bản Hiện Tại 2.0
Cập Nhật Lần Cuối 2023-12-11
Ngày Phát Hành 2019-10-15
Đánh Giá 4.93/5 Tổng số 14 Đánh Giá
Nhà Phát Triển ev0lut1on
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://ev0lut1on.com
URL Trang Trợ Giúp https://ev0lut1on.com
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Pin Unpin All",
    "version": "2.0",
    "action": [],
    "description": "A button to pin or unpin all the tabs in the window.",
    "icons": {
        "16": "Pin16.png",
        "24": "Pin24.png",
        "32": "Pin32.png",
        "48": "Pin48.png",
        "128": "Pin128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "short_name": "Pin Unpin All"
}