Manage your tabs

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

Cos'è Manage your tabs?

Manage your tabs è un'estensione di Chrome sviluppata da kukeast, e la sua funzione principale è "Manage tabs in new tab to Kanban board. You can also save tabs.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Manage your tabs

Scarica i file di estensione Manage your tabs in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Manage your tabs Manage your tabs
ID enpfcihnonpcdamdbhapnianlchnjifi
URL Ufficiale https://chromewebstore.google.com/detail/manage-your-tabs/enpfcihnonpcdamdbhapnianlchnjifi
Descrizione Manage tabs in new tab to Kanban board. You can also save tabs.
Dimensione del File 142 KB
Conteggio Installazioni 50
Versione Corrente 1.1.2
Ultimo Aggiornamento 2021-02-22
Data di Pubblicazione 2020-11-13
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore kukeast
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}