Pin Unpin All
A button to pin or unpin all the tabs in the window.
Was ist Pin Unpin All?
Pin Unpin All ist eine Chrome-Erweiterung, die von ev0lut1on entwickelt wurde, und ihr Hauptmerkmal ist "A button to pin or unpin all the tabs in the window.".
Erweiterungsscreenshots
Pin Unpin All-Erweiterungs-CRX-Datei herunterladen
Laden Sie Pin Unpin All-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | cpncfbofpjgdfpmdacbagkaoglmkhnne |
| Offizielle URL | https://chromewebstore.google.com/detail/pin-unpin-all/cpncfbofpjgdfpmdacbagkaoglmkhnne |
| Beschreibung | A button to pin or unpin all the tabs in the window. |
| Dateigröße | 9.72 KB |
| Installationsanzahl | 3,246 |
| Aktuelle Version | 2.0 |
| Letztes Update | 2023-12-11 |
| Veröffentlichungsdatum | 2019-10-15 |
| Bewertung | 4.93/5 Insgesamt 14 Bewertungen |
| Entwickler | ev0lut1on |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://ev0lut1on.com |
| Hilfeseite URL | https://ev0lut1on.com |
| Unterstützte Sprachen | 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"
} | |