OneTabPlus
Do away with so many tabs...
Cos'è OneTabPlus?
OneTabPlus è un'estensione di Chrome sviluppata da sandeepkgupta007, e la sua funzione principale è "Do away with so many tabs...".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione OneTabPlus
Scarica i file di estensione OneTabPlus 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
1. Collapses all open tabs to one tab. 2. Allows opening of website specific tabs 3. You can continue your browsing from different machine by signing in chrome. Please see FAQs at options page.
Informazioni di Base sull'Estensione
Nome | OneTabPlus |
ID | pkgjcioebdojinlofdpcppaajkkdepbf |
URL Ufficiale | https://chromewebstore.google.com/detail/onetabplus/pkgjcioebdojinlofdpcppaajkkdepbf |
Descrizione | Do away with so many tabs... |
Dimensione del File | 282 KB |
Conteggio Installazioni | 227 |
Versione Corrente | 1.0.1 |
Ultimo Aggiornamento | 2019-03-08 |
Data di Pubblicazione | 2019-03-08 |
Valutazione | 2.71/5 Totale 7 Valutazioni |
Sviluppatore | sandeepkgupta007 |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "OneTabPlus", "description": "Do away with so many tabs...", "version": "1.0.1", "background": { "scripts": [ "jquery-3.1.1.min.js", "background.js" ] }, "browser_action": { "default_title": "Click to collapse all tabs into one!", "default_icon": "icon_0.png" }, "options_page": "options.html", "permissions": [ "tabs", "storage" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "manifest_version": 2 } |