Pin Unpin All

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

Qu'est-ce que Pin Unpin All ?

Pin Unpin All est une extension Chrome développée par ev0lut1on, et sa fonction principale est "A button to pin or unpin all the tabs in the window.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Pin Unpin All

Téléchargez les fichiers d'extension Pin Unpin All au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Pin Unpin All Pin Unpin All
ID cpncfbofpjgdfpmdacbagkaoglmkhnne
URL Officiel https://chromewebstore.google.com/detail/pin-unpin-all/cpncfbofpjgdfpmdacbagkaoglmkhnne
Description A button to pin or unpin all the tabs in the window.
Taille du Fichier 9.72 KB
Nombre d'Installations 3,246
Version Actuelle 2.0
Dernière Mise à Jour 2023-12-11
Date de Publication 2019-10-15
Évaluation 4.93/5 Total 14 Évaluations
Développeur ev0lut1on
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://ev0lut1on.com
URL de la Page d'Aide https://ev0lut1on.com
Langues Prises en Charge 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"
}