Pin Unpin All
A button to pin or unpin all the tabs in the window.
Cos'è Pin Unpin All?
Pin Unpin All è un'estensione di Chrome sviluppata da ev0lut1on, e la sua funzione principale è "A button to pin or unpin all the tabs in the window.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Pin Unpin All
Scarica i file di estensione Pin Unpin All in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Pin Unpin All |
ID | cpncfbofpjgdfpmdacbagkaoglmkhnne |
URL Ufficiale | https://chromewebstore.google.com/detail/pin-unpin-all/cpncfbofpjgdfpmdacbagkaoglmkhnne |
Descrizione | A button to pin or unpin all the tabs in the window. |
Dimensione del File | 9.72 KB |
Conteggio Installazioni | 3,246 |
Versione Corrente | 2.0 |
Ultimo Aggiornamento | 2023-12-11 |
Data di Pubblicazione | 2019-10-15 |
Valutazione | 4.93/5 Totale 14 Valutazioni |
Sviluppatore | ev0lut1on |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://ev0lut1on.com |
URL della Pagina di Aiuto | https://ev0lut1on.com |
Lingue Supportate | 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" } |