Manage your tabs
Manage tabs in new tab to Kanban board. You can also save tabs.
Was ist Manage your tabs?
Manage your tabs ist eine Chrome-Erweiterung, die von kukeast entwickelt wurde, und ihr Hauptmerkmal ist "Manage tabs in new tab to Kanban board. You can also save tabs.".
Erweiterungsscreenshots
Manage your tabs-Erweiterungs-CRX-Datei herunterladen
Laden Sie Manage your tabs-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
                        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.                     Grundlegende Informationen zur Erweiterung
| Name |   |  
| ID | enpfcihnonpcdamdbhapnianlchnjifi | 
| Offizielle URL | https://chromewebstore.google.com/detail/manage-your-tabs/enpfcihnonpcdamdbhapnianlchnjifi | 
| Beschreibung | Manage tabs in new tab to Kanban board. You can also save tabs. | 
| Dateigröße | 142 KB | 
| Installationsanzahl | 50 | 
| Aktuelle Version | 1.1.2 | 
| Letztes Update | 2021-02-22 | 
| Veröffentlichungsdatum | 2020-11-13 | 
| Bewertung | 5.00/5 Insgesamt 2 Bewertungen | 
| Entwickler | kukeast | 
| [email protected] | |
| Zahlungsart | free | 
| Unterstützte Sprachen | 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"
    ]
}  |  |