Pin Tabs

Pin Tabs on Chrome by default or manually under all windows

Pin Tabs là gì?

Pin Tabs là một tiện ích mở rộng Chrome được phát triển bởi Anand Sudhanaboina, và tính năng chính của nó là "Pin Tabs on Chrome by default or manually under all windows".

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

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

                        Pin tabs on chrome by default or click the extension icon to manually pin all tabs. Under the options page you can toggle:

1. Auto-pin new tabs
2. Pin all tabs under all windows on click                    

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

Tên Pin Tabs Pin Tabs
ID achoaodpkagkocipghglppnbagjheoni
URL Chính Thức https://chrome.google.com/webstore/detail/pin-tabs/achoaodpkagkocipghglppnbagjheoni
Mô tả Pin Tabs on Chrome by default or manually under all windows
Kích Thước Tệp 22.72 KB
Số Lần Cài Đặt 676
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2017-03-14
Ngày Phát Hành 2017-03-14
Đánh Giá 4.38/5 Tổng số 13 Đánh Giá
Nhà Phát Triển Anand Sudhanaboina
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": "Pin Tabs",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Pin Tabs on Chrome by default or manually under all windows",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "options_page": "options.html",
    "icons": {
        "128": "assets\/icon128.png"
    },
    "browser_action": {
        "default_icon": "assets\/icon128.png",
        "default_title": "Pin Tabs"
    }
}