The Snap
Too many tabs open? Halve your workload.
Cos'è The Snap?
The Snap è un'estensione di Chrome sviluppata da Tangent, e la sua funzione principale è "Too many tabs open? Halve your workload.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione The Snap
Scarica i file di estensione The Snap 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
Have too many tabs open? Cut your workload in half! Constantly tells you how many tabs can be snapped away. Click, and they vanish, restoring balance to your browsing.
Informazioni di Base sull'Estensione
Nome | |
ID | jnepihdngfgandipbhlboibhpkebbnkn |
URL Ufficiale | https://chromewebstore.google.com/detail/the-snap/jnepihdngfgandipbhlboibhpkebbnkn |
Descrizione | Too many tabs open? Halve your workload. |
Dimensione del File | 44.65 KB |
Conteggio Installazioni | 1,087 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2019-04-01 |
Data di Pubblicazione | 2019-04-01 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | Tangent |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina di Aiuto | https://t.me/TangentFox |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "The Snap", "description": "Too many tabs open? Halve your workload.", "version": "1.0", "icons": { "16": "images\/gauntlet16.png", "32": "images\/gauntlet32.png", "48": "images\/gauntlet48.png", "128": "images\/gauntlet128.png" }, "browser_action": [], "permissions": [ "tabs" ], "background": { "scripts": [ "background.js" ], "persistent": false } } |