Pinned Tab Fix

Set the active tab to the first non-pinned tab on startup.

Pinned Tab Fix là gì?

Pinned Tab Fix là một tiện ích mở rộng Chrome được phát triển bởi Kanon Lo, và tính năng chính của nó là "Set the active tab to the first non-pinned tab on startup.".

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

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

                        Sick of Chrome opening to your pinned tabs? This lightweight extension fixes that! Now Chrome will focus your first unpinned tab when you open the browser.                    

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

Tên Pinned Tab Fix Pinned Tab Fix
ID mffimlmgjdeopdbkaplbphidfhkkceie
URL Chính Thức https://chromewebstore.google.com/detail/pinned-tab-fix/mffimlmgjdeopdbkaplbphidfhkkceie
Mô tả Set the active tab to the first non-pinned tab on startup.
Kích Thước Tệp 7.87 KB
Số Lần Cài Đặt 51
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2016-04-13
Ngày Phát Hành 2016-04-13
Đánh Giá 4.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển Kanon Lo
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "author": "Kanon Lo",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "description": "Set the active tab to the first non-pinned tab on startup.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 2,
    "name": "Pinned Tab Fix",
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.0"
}