Pin Unpin All

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

Wat is Pin Unpin All?

Pin Unpin All is een Chrome-extensie ontwikkeld door ev0lut1on, en de belangrijkste functie is "A button to pin or unpin all the tabs in the window.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Pin Unpin All

Download Pin Unpin All-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Pin Unpin All Pin Unpin All
ID cpncfbofpjgdfpmdacbagkaoglmkhnne
Officiële URL https://chromewebstore.google.com/detail/pin-unpin-all/cpncfbofpjgdfpmdacbagkaoglmkhnne
Beschrijving A button to pin or unpin all the tabs in the window.
Bestandsgrootte 9.72 KB
Aantal Installaties 3,246
Huidige Versie 2.0
Laatst Bijgewerkt 2023-12-11
Publicatiedatum 2019-10-15
Beoordeling 4.93/5 Totaal 14 Beoordelingen
Ontwikkelaar ev0lut1on
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://ev0lut1on.com
Help Pagina-URL https://ev0lut1on.com
Ondersteunde Talen 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"
}