Max Tabs

A small extension to limit the number of open tabs.

Wat is Max Tabs?

Max Tabs is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "A small extension to limit the number of open tabs.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Max Tabs

Download Max Tabs-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

                        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.                    

Basisinformatie over de Extensie

Naam Max Tabs Max Tabs
ID ghhcibaghjbdjmnknknlnbobcblfcnma
Officiële URL https://chromewebstore.google.com/detail/max-tabs/ghhcibaghjbdjmnknknlnbobcblfcnma
Beschrijving A small extension to limit the number of open tabs.
Bestandsgrootte 35.65 KB
Aantal Installaties 5,162
Huidige Versie 1.0.3
Laatst Bijgewerkt 2018-10-10
Publicatiedatum 2018-10-10
Beoordeling 3.67/5 Totaal 3 Beoordelingen
Ontwikkelaar Unknown
Betalingswijze free
Ondersteunde Talen 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'"
}