Manage your tabs
Manage tabs in new tab to Kanban board. You can also save tabs.
Wat is Manage your tabs?
Manage your tabs is een Chrome-extensie ontwikkeld door kukeast, en de belangrijkste functie is "Manage tabs in new tab to Kanban board. You can also save tabs.".
Extensie Screenshots
Download het CRX-bestand van de extensie Manage your tabs
Download Manage your 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
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.
Basisinformatie over de Extensie
Naam | Manage your tabs |
ID | enpfcihnonpcdamdbhapnianlchnjifi |
Officiële URL | https://chromewebstore.google.com/detail/manage-your-tabs/enpfcihnonpcdamdbhapnianlchnjifi |
Beschrijving | Manage tabs in new tab to Kanban board. You can also save tabs. |
Bestandsgrootte | 142 KB |
Aantal Installaties | 50 |
Huidige Versie | 1.1.2 |
Laatst Bijgewerkt | 2021-02-22 |
Publicatiedatum | 2020-11-13 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | kukeast |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |