10 tabs, no more
Randomly closes tabs once you exceed 10 opened tabs.
Qu'est-ce que 10 tabs, no more ?
10 tabs, no more est une extension Chrome développée par Thibaud Courtoison, et sa fonction principale est "Randomly closes tabs once you exceed 10 opened tabs.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension 10 tabs, no more
Téléchargez les fichiers d'extension 10 tabs, no more au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
This extensions allows you to keep you windows clean by randomly closing tabs if you exceed 10 opened tabs.
Informations de Base sur l'Extension
Nom | 10 tabs, no more |
ID | dmfaiinkmobkepebifmaenddbbomhnkm |
URL Officiel | https://chromewebstore.google.com/detail/10-tabs-no-more/dmfaiinkmobkepebifmaenddbbomhnkm |
Description | Randomly closes tabs once you exceed 10 opened tabs. |
Taille du Fichier | 69.27 KB |
Nombre d'Installations | 397 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2020-07-16 |
Date de Publication | 2020-07-15 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | Thibaud Courtoison |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://ten-tabs-no-more.web.app |
Langues Prises en Charge | 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" } } |