Pin Tabs

Pin Tabs on Chrome by default or manually under all windows

什么是Pin Tabs?

Pin Tabs是由Anand Sudhanaboina开发的Chrome扩展程序,该扩展的主要功能是“Pin Tabs on Chrome by default or manually under all windows”。

扩展截图

screenshot

下载Pin Tabs扩展crx文件

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

扩展使用说明

                        Pin tabs on chrome by default or click the extension icon to manually pin all tabs. Under the options page you can toggle:

1. Auto-pin new tabs
2. Pin all tabs under all windows on click                    

扩展基本信息

名称 Pin Tabs Pin Tabs
ID achoaodpkagkocipghglppnbagjheoni
官方URL https://chrome.google.com/webstore/detail/pin-tabs/achoaodpkagkocipghglppnbagjheoni
简介 Pin Tabs on Chrome by default or manually under all windows
文件大小 22.72 KB
安装次数 676
当前版本 1.0
更新时间 2017-03-14
上架时间 2017-03-14
评分 4.38/5 共13次评分
开发者 Anand Sudhanaboina
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pin Tabs",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Pin Tabs on Chrome by default or manually under all windows",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "options_page": "options.html",
    "icons": {
        "128": "assets\/icon128.png"
    },
    "browser_action": {
        "default_icon": "assets\/icon128.png",
        "default_title": "Pin Tabs"
    }
}