10 tabs, no more

Randomly closes tabs once you exceed 10 opened tabs.

Was ist 10 tabs, no more?

10 tabs, no more ist eine Chrome-Erweiterung, die von Thibaud Courtoison entwickelt wurde, und ihr Hauptmerkmal ist "Randomly closes tabs once you exceed 10 opened tabs.".

Erweiterungsscreenshots

screenshot
screenshot

10 tabs, no more-Erweiterungs-CRX-Datei herunterladen

Laden Sie 10 tabs, no more-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name 10 tabs, no more 10 tabs, no more
ID dmfaiinkmobkepebifmaenddbbomhnkm
Offizielle URL https://chromewebstore.google.com/detail/10-tabs-no-more/dmfaiinkmobkepebifmaenddbbomhnkm
Beschreibung Randomly closes tabs once you exceed 10 opened tabs.
Dateigröße 69.27 KB
Installationsanzahl 397
Aktuelle Version 1.0
Letztes Update 2020-07-16
Veröffentlichungsdatum 2020-07-15
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler Thibaud Courtoison
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://ten-tabs-no-more.web.app
Unterstützte Sprachen 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"
    }
}