Pin'em All

Allows user to pin all open tabs or to unpin all pinned tabs

Pin'em All là gì?

Pin'em All là một tiện ích mở rộng Chrome được phát triển bởi Uman, và tính năng chính của nó là "Allows user to pin all open tabs or to unpin all pinned tabs".

Ả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 Pin'em All

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

                        Simple chrome extension adding pop-up menu which allows user to pin all open tabs or to unpin all currently pinned tabs with one button click.                    

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

Tên Pin'em All Pin'em All
ID flbdaephiokahpnlkglmfjocndjcpegl
URL Chính Thức https://chromewebstore.google.com/detail/pinem-all/flbdaephiokahpnlkglmfjocndjcpegl
Mô tả Allows user to pin all open tabs or to unpin all pinned tabs
Kích Thước Tệp 17.13 KB
Số Lần Cài Đặt 397
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2016-09-16
Ngày Phát Hành 2016-09-16
Đánh Giá 4.75/5 Tổng số 8 Đánh Giá
Nhà Phát Triển Uman
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://www.umanski.me
URL Trang Trợ Giúp http://www.umanski.me
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Pin'em All",
    "version": "1.0",
    "description": "Allows user to pin all open tabs or to unpin all pinned tabs",
    "icons": {
        "128": "images\/128.png",
        "48": "images\/48.png",
        "16": "images\/16.png"
    },
    "browser_action": {
        "default_icon": {
            "128": "images\/128.png",
            "48": "images\/48.png",
            "16": "images\/16.png"
        },
        "default_title": "Pin'em ALl",
        "default_popup": "popup.html"
    }
}