Pin Tab

A browser action to pin a tab

Pin Tab là gì?

Pin Tab là một tiện ích mở rộng Chrome được phát triển bởi hal313, và tính năng chính của nó là "A browser action to pin a tab".

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

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

                        A plugin to automatically pin tabs based on URL. Provides the ability to create multiple rules, disable rules and specify where the pinned tab should go.

Now supports automatic moving of unpinned tabs to the far right as well as pinning new tabs or tabs opened via "Open link in new tab".                    

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

Tên Pin Tab Pin Tab
ID dgldedkigbbalaioohedddpameekglma
URL Chính Thức https://chromewebstore.google.com/detail/pin-tab/dgldedkigbbalaioohedddpameekglma
Mô tả A browser action to pin a tab
Kích Thước Tệp 172 KB
Số Lần Cài Đặt 8,789
Phiên Bản Hiện Tại 1.3.3
Cập Nhật Lần Cuối 2019-04-26
Ngày Phát Hành 2019-04-25
Đánh Giá 4.52/5 Tổng số 60 Đánh Giá
Nhà Phát Triển hal313
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": "__MSG_appName__",
    "version": "1.3.3",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/icon-16x16.png",
        "48": "images\/icon-48x48.png",
        "128": "images\/icon-128x128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "browser_action": {
        "default_title": "Pin!",
        "default_icon": "images\/icon-48x48.png"
    },
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "storage"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'"
}