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
Eメール [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"
}