Pin-It

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

什么是Pin-It?

Pin-It是由https://gaunt.dev开发的Chrome扩展程序,该扩展的主要功能是“This extension keeps a set of tabs permanently pinned in your browser window.”。

扩展截图

screenshot

下载Pin-It扩展crx文件

下载Pin-It扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Pin-It Pin-It
ID iaebojjjijdaeinlldahkekclhdjgkme
官方URL https://chromewebstore.google.com/detail/pin-it/iaebojjjijdaeinlldahkekclhdjgkme
简介 This extension keeps a set of tabs permanently pinned in your browser window.
文件大小 101 KB
安装次数 250
当前版本 3.0.1
更新时间 2024-03-01
上架时间 2020-09-11
评分 5.00/5 共1次评分
开发者 https://gaunt.dev
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.gaunt.dev/projects/pin-it/
帮助页面URL https://github.com/gauntface/pin-it-extension/issues/new
支持的语言 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"
    }
}