Forever pinned

Allows you to open a set of pinned tabs when chrome starts up

Forever pinned là gì?

Forever pinned là một tiện ích mở rộng Chrome được phát triển bởi scottw.io, và tính năng chính của nó là "Allows you to open a set of pinned tabs when chrome starts up".

Ả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 Forever pinned

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

                        Forever pinned allows you to define a list pinned tabs which will be created and pinned at startup. If you rely on pinned tabs you probably will have noticed that sometimes they can accidentally get closed while using Chrome, with Forever pinned this is no longer an issue.

• Open a list of pinned tabs on startup
• Option to reopen pinned tabs when a new window is create
• Remove any duplicate tabs created while using multiple windows                    

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

Tên Forever pinned Forever pinned
ID nigigpmchbpkjjgncmpiggfnikllldlh
URL Chính Thức https://chromewebstore.google.com/detail/forever-pinned/nigigpmchbpkjjgncmpiggfnikllldlh
Mô tả Allows you to open a set of pinned tabs when chrome starts up
Kích Thước Tệp 311 KB
Số Lần Cài Đặt 8,711
Phiên Bản Hiện Tại 0.29
Cập Nhật Lần Cuối 2019-02-02
Ngày Phát Hành 2019-02-02
Đánh Giá 3.92/5 Tổng số 38 Đánh Giá
Nhà Phát Triển scottw.io
Loại Thanh Toán free
Trang Web Mở Rộng http://www.scottw.io
Ngôn Ngữ Được Hỗ Trợ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Forever pinned",
    "permissions": [
        "storage",
        "tabs"
    ],
    "background": {
        "scripts": [
            "js\/q.js",
            "js\/lodash.js",
            "js\/startup.js"
        ]
    },
    "options_page": "options.html",
    "description": "Allows you to open a set of pinned tabs when chrome starts up",
    "version": "0.29",
    "browser_action": {
        "default_title": "Click to get restore Pinned Tabs!"
    }
}