Tab Box

Tab Manager

Qu'est-ce que Tab Box ?

Tab Box est une extension Chrome développée par tejkar777, et sa fonction principale est "Tab Manager".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Tab Box

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

                        Tab manager for managing multiple open tabs with simplicity.

Tab Box is a tab manager extension for Chrome that helps you manage multiple open tabs while using minimal system resources. Tab Box also comes with the tools for quick navigation to open tabs, and to easily save tabs.

User can see the list of all open tabs. User can select multiple tabs and save them. 'Resource' tab will show all the saved tabs title. User can click on the item to open that link.                    

Informations de Base sur l'Extension

Nom Tab Box Tab Box
ID habiejhoecconkpglffkehpfohefkpjk
URL Officiel https://chromewebstore.google.com/detail/tab-box/habiejhoecconkpglffkehpfohefkpjk
Description Tab Manager
Taille du Fichier 9.51 KB
Nombre d'Installations 347
Version Actuelle 1.0.0
Dernière Mise à Jour 2021-11-07
Date de Publication 2021-11-06
Évaluation 5.00/5 Total 2 Évaluations
Développeur tejkar777
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://www.freeprivacypolicy.com/live/0c778ee0-1aed-4a34-8716-fba023d236fc
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tab Box",
    "description": "Tab Manager",
    "version": "1.0.0",
    "manifest_version": 2,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "128": "logo.png"
        }
    },
    "icons": {
        "128": "logo.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/kit.fontawesome.com\/11f67e7c0a.js https:\/\/cdn.jsdelivr.net\/npm\/[email protected]\/dist\/js\/bootstrap.bundle.min.js; object-src 'self'"
}