Manage your tabs
Manage tabs in new tab to Kanban board. You can also save tabs.
What is Manage your tabs?
Manage your tabs is a Chrome extension developed by kukeast, and its main feature is "Manage tabs in new tab to Kanban board. You can also save tabs.".
Extension Screenshots
Download Manage your tabs Extension CRX File
Download Manage your tabs extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Manage your tabs |
ID | enpfcihnonpcdamdbhapnianlchnjifi |
Official URL | https://chromewebstore.google.com/detail/manage-your-tabs/enpfcihnonpcdamdbhapnianlchnjifi |
Description | Manage tabs in new tab to Kanban board. You can also save tabs. |
File Size | 142 KB |
Installation Count | 50 |
Current Version | 1.1.2 |
Last Updated | 2021-02-22 |
Publish Date | 2020-11-13 |
Rating | 5.00/5 Total 2 Ratings |
Developer | kukeast |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } |