Pinned Tab Fix

Set the active tab to the first non-pinned tab on startup.

什么是Pinned Tab Fix?

Pinned Tab Fix是由Kanon Lo开发的Chrome扩展程序,该扩展的主要功能是“Set the active tab to the first non-pinned tab on startup.”。

扩展截图

screenshot

下载Pinned Tab Fix扩展crx文件

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

扩展使用说明

                        Sick of Chrome opening to your pinned tabs? This lightweight extension fixes that! Now Chrome will focus your first unpinned tab when you open the browser.                    

扩展基本信息

名称 Pinned Tab Fix Pinned Tab Fix
ID mffimlmgjdeopdbkaplbphidfhkkceie
官方URL https://chromewebstore.google.com/detail/pinned-tab-fix/mffimlmgjdeopdbkaplbphidfhkkceie
简介 Set the active tab to the first non-pinned tab on startup.
文件大小 7.87 KB
安装次数 51
当前版本 1.0.0
更新时间 2016-04-13
上架时间 2016-04-13
评分 4.00/5 共4次评分
开发者 Kanon Lo
付费类型 free
支持的语言 en
manifest.json
{
    "author": "Kanon Lo",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "description": "Set the active tab to the first non-pinned tab on startup.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 2,
    "name": "Pinned Tab Fix",
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.0"
}