Pinned means Pinned!

Prevents closing of pinned tab.

什么是Pinned means Pinned!?

Pinned means Pinned!是由blueCmd开发的Chrome扩展程序,该扩展的主要功能是“Prevents closing of pinned tab.”。

下载Pinned means Pinned!扩展crx文件

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

扩展使用说明

                        When a pinned tab is closed an identical tab is opened and replaces the current tab.

Source: https://github.com/bluecmd/pinned-means-pinned
Based on: https://github.com/cassiozen/Keep-my-Pinned-Tab                    

扩展基本信息

名称 Pinned means Pinned! Pinned means Pinned!
ID pimlphlelaemjpnjibaacbcgfmccookn
官方URL https://chrome.google.com/webstore/detail/pinned-means-pinned/pimlphlelaemjpnjibaacbcgfmccookn
简介 Prevents closing of pinned tab.
文件大小 14.04 KB
安装次数 207
当前版本 1.1
更新时间 2015-04-28
上架时间 2015-04-28
评分 4.90/5 共10次评分
开发者 blueCmd
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pinned means Pinned!",
    "version": "1.1",
    "manifest_version": 2,
    "description": "Prevents closing of pinned tab.",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "bg\/background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "tabs"
    ]
}