Pin Unpin All

A button to pin or unpin all the tabs in the window.

什么是Pin Unpin All?

Pin Unpin All是由ev0lut1on开发的Chrome扩展程序,该扩展的主要功能是“A button to pin or unpin all the tabs in the window.”。

扩展截图

screenshot
screenshot
screenshot

下载Pin Unpin All扩展crx文件

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

扩展使用说明

                        Click the button to pin/unpin all tabs in the current window based on the state of the active tab.

For a keyboard shortcut go to: chrome://extensions/shortcuts.

Compatible with dark and light themes.                    

扩展基本信息

名称 Pin Unpin All Pin Unpin All
ID cpncfbofpjgdfpmdacbagkaoglmkhnne
官方URL https://chromewebstore.google.com/detail/pin-unpin-all/cpncfbofpjgdfpmdacbagkaoglmkhnne
简介 A button to pin or unpin all the tabs in the window.
文件大小 9.72 KB
安装次数 3,246
当前版本 2.0
更新时间 2023-12-11
上架时间 2019-10-15
评分 4.93/5 共14次评分
开发者 ev0lut1on
电子邮箱 [email protected]
付费类型 free
扩展官网 https://ev0lut1on.com
帮助页面URL https://ev0lut1on.com
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Pin Unpin All",
    "version": "2.0",
    "action": [],
    "description": "A button to pin or unpin all the tabs in the window.",
    "icons": {
        "16": "Pin16.png",
        "24": "Pin24.png",
        "32": "Pin32.png",
        "48": "Pin48.png",
        "128": "Pin128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "short_name": "Pin Unpin All"
}