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
官方網址 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"
}