10 tabs, no more
Randomly closes tabs once you exceed 10 opened tabs.
Cos'è 10 tabs, no more?
10 tabs, no more è un'estensione di Chrome sviluppata da Thibaud Courtoison, e la sua funzione principale è "Randomly closes tabs once you exceed 10 opened tabs.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione 10 tabs, no more
Scarica i file di estensione 10 tabs, no more 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
This extensions allows you to keep you windows clean by randomly closing tabs if you exceed 10 opened tabs.
Informazioni di Base sull'Estensione
Nome | 10 tabs, no more |
ID | dmfaiinkmobkepebifmaenddbbomhnkm |
URL Ufficiale | https://chromewebstore.google.com/detail/10-tabs-no-more/dmfaiinkmobkepebifmaenddbbomhnkm |
Descrizione | Randomly closes tabs once you exceed 10 opened tabs. |
Dimensione del File | 69.27 KB |
Conteggio Installazioni | 397 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2020-07-16 |
Data di Pubblicazione | 2020-07-15 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | Thibaud Courtoison |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://ten-tabs-no-more.web.app |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "10 tabs, no more", "version": "1.0", "description": "Randomly closes tabs once you exceed 10 opened tabs.", "homepage_url": "https:\/\/ten-tabs-no-more.web.app", "author": "Thibaud Courtoison", "icons": { "48": "img\/binoculars48.png", "96": "img\/binoculars96.png", "128": "img\/binoculars128.png" }, "permissions": [ "notifications", "storage" ], "background": { "scripts": [ "browser-polyfill.js", "configuration.js", "countdown.js", "notifications.js", "state.js", "main.js" ] }, "browser_action": { "browser_style": true, "default_title": "10 tabs, no more", "default_popup": "popup.html" } } |