10 tabs, no more

Randomly closes tabs once you exceed 10 opened tabs.

Wat is 10 tabs, no more?

10 tabs, no more is een Chrome-extensie ontwikkeld door Thibaud Courtoison, en de belangrijkste functie is "Randomly closes tabs once you exceed 10 opened tabs.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie 10 tabs, no more

Download 10 tabs, no more-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        This extensions allows you to keep you windows clean by randomly closing tabs if you exceed 10 opened tabs.                    

Basisinformatie over de Extensie

Naam 10 tabs, no more 10 tabs, no more
ID dmfaiinkmobkepebifmaenddbbomhnkm
Officiële URL https://chromewebstore.google.com/detail/10-tabs-no-more/dmfaiinkmobkepebifmaenddbbomhnkm
Beschrijving Randomly closes tabs once you exceed 10 opened tabs.
Bestandsgrootte 69.27 KB
Aantal Installaties 397
Huidige Versie 1.0
Laatst Bijgewerkt 2020-07-16
Publicatiedatum 2020-07-15
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Thibaud Courtoison
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://ten-tabs-no-more.web.app
Ondersteunde Talen 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"
    }
}