Max Tabs

A small extension to limit the number of open tabs.

Qu'est-ce que Max Tabs ?

Max Tabs est une extension Chrome développée par Unknown, et sa fonction principale est "A small extension to limit the number of open tabs.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Max Tabs

Téléchargez les fichiers d'extension Max Tabs 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

                        Are you tired of too many open tabs? This handy extension helps you to limit the number of open tabs. It automatically closes the oldest and at least used tabs.                    

Informations de Base sur l'Extension

Nom Max Tabs Max Tabs
ID ghhcibaghjbdjmnknknlnbobcblfcnma
URL Officiel https://chromewebstore.google.com/detail/max-tabs/ghhcibaghjbdjmnknknlnbobcblfcnma
Description A small extension to limit the number of open tabs.
Taille du Fichier 35.65 KB
Nombre d'Installations 5,162
Version Actuelle 1.0.3
Dernière Mise à Jour 2018-10-10
Date de Publication 2018-10-10
Évaluation 3.67/5 Total 3 Évaluations
Développeur Unknown
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "A small extension to limit the number of open tabs.",
    "version": "1.0.3",
    "name": "Max Tabs",
    "options_page": "options.html",
    "permissions": [
        "activeTab",
        "management",
        "storage",
        "tabs"
    ],
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icon-34.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}