Manage your tabs

Manage tabs in new tab to Kanban board. You can also save tabs.

Qu'est-ce que Manage your tabs ?

Manage your tabs est une extension Chrome développée par kukeast, et sa fonction principale est "Manage tabs in new tab to Kanban board. You can also save tabs.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Manage your tabs

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

                        You can move or delete open tabs from a new tab by drag and drop.
View all open windows in one window, Move and delete tabs to clean up dirty windows.                    

Informations de Base sur l'Extension

Nom Manage your tabs Manage your tabs
ID enpfcihnonpcdamdbhapnianlchnjifi
URL Officiel https://chromewebstore.google.com/detail/manage-your-tabs/enpfcihnonpcdamdbhapnianlchnjifi
Description Manage tabs in new tab to Kanban board. You can also save tabs.
Taille du Fichier 142 KB
Nombre d'Installations 50
Version Actuelle 1.1.2
Dernière Mise à Jour 2021-02-22
Date de Publication 2020-11-13
Évaluation 5.00/5 Total 2 Évaluations
Développeur kukeast
Email [email protected]
Type de Paiement free
Langues Prises en Charge en,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.1.2",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "browser_action": {
        "default_title": "Manage your tabs."
    },
    "background": {
        "scripts": [
            "js\/js.js"
        ],
        "persistent": false
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "permissions": [
        "tabs",
        "storage"
    ]
}