Pin-It

This extension keeps a set of tabs permanently pinned in your browser window.

Pin-It là gì?

Pin-It là một tiện ích mở rộng Chrome được phát triển bởi https://gaunt.dev, và tính năng chính của nó là "This extension keeps a set of tabs permanently pinned in your browser window.".

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

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

                        This extension makes it easy to set-up a number of tabs that you like to pin and at the click of a button, it'll set them up for you.

No more losing your tabs when you restart your machine and share the same tabs across all of your devices.                    

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

Tên Pin-It Pin-It
ID iaebojjjijdaeinlldahkekclhdjgkme
URL Chính Thức https://chromewebstore.google.com/detail/pin-it/iaebojjjijdaeinlldahkekclhdjgkme
Mô tả This extension keeps a set of tabs permanently pinned in your browser window.
Kích Thước Tệp 101 KB
Số Lần Cài Đặt 250
Phiên Bản Hiện Tại 3.0.1
Cập Nhật Lần Cuối 2024-03-01
Ngày Phát Hành 2020-09-11
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://gaunt.dev
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.gaunt.dev/projects/pin-it/
URL Trang Trợ Giúp https://github.com/gauntface/pin-it-extension/issues/new
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pin-It",
    "version": "3.0.1",
    "description": "This extension keeps a set of tabs permanently pinned in your browser window.",
    "manifest_version": 3,
    "icons": {
        "64": "images\/icons\/favicon-64x64.png",
        "128": "images\/icons\/favicon-128x128.png",
        "512": "images\/icons\/favicon-512x512.png"
    },
    "action": {
        "default_icon": {
            "64": "images\/icons\/favicon-64x64.png",
            "128": "images\/icons\/favicon-128x128.png",
            "512": "images\/icons\/favicon-512x512.png"
        }
    },
    "options_page": "options.html",
    "permissions": [
        "storage"
    ],
    "background": {
        "service_worker": "scripts\/background\/sw.js",
        "type": "module"
    }
}