Pin Unpin All

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

What is Pin Unpin All?

Pin Unpin All is a Chrome extension developed by ev0lut1on, and its main feature is "A button to pin or unpin all the tabs in the window.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Pin Unpin All Extension CRX File

Download Pin Unpin All extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Pin Unpin All Pin Unpin All
ID cpncfbofpjgdfpmdacbagkaoglmkhnne
Official URL https://chromewebstore.google.com/detail/pin-unpin-all/cpncfbofpjgdfpmdacbagkaoglmkhnne
Description A button to pin or unpin all the tabs in the window.
File Size 9.72 KB
Installation Count 3,246
Current Version 2.0
Last Updated 2023-12-11
Publish Date 2019-10-15
Rating 4.93/5 Total 14 Ratings
Developer ev0lut1on
Email [email protected]
Payment Type free
Extension Website https://ev0lut1on.com
Help Page URL https://ev0lut1on.com
Supported Languages 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"
}