Forever pinned

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

什么是Forever pinned?

Forever pinned是由scottw.io开发的Chrome扩展程序,该扩展的主要功能是“Allows you to open a set of pinned tabs when chrome starts up”。

扩展截图

screenshot

下载Forever pinned扩展crx文件

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

扩展使用说明

                        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                    

扩展基本信息

名称 Forever pinned Forever pinned
ID nigigpmchbpkjjgncmpiggfnikllldlh
官方URL https://chromewebstore.google.com/detail/forever-pinned/nigigpmchbpkjjgncmpiggfnikllldlh
简介 Allows you to open a set of pinned tabs when chrome starts up
文件大小 311 KB
安装次数 8,711
当前版本 0.29
更新时间 2019-02-02
上架时间 2019-02-02
评分 3.92/5 共38次评分
开发者 scottw.io
付费类型 free
扩展官网 http://www.scottw.io
支持的语言 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!"
    }
}