Manage your tabs
Manage tabs in new tab to Kanban board. You can also save tabs.
什么是Manage your tabs?
Manage your tabs是由kukeast开发的Chrome扩展程序,该扩展的主要功能是“Manage tabs in new tab to Kanban board. You can also save tabs.”。
扩展截图
下载Manage your tabs扩展crx文件
下载Manage your tabs扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Manage your tabs |
ID | enpfcihnonpcdamdbhapnianlchnjifi |
官方URL | https://chromewebstore.google.com/detail/manage-your-tabs/enpfcihnonpcdamdbhapnianlchnjifi |
简介 | Manage tabs in new tab to Kanban board. You can also save tabs. |
文件大小 | 142 KB |
安装次数 | 50 |
当前版本 | 1.1.2 |
更新时间 | 2021-02-22 |
上架时间 | 2020-11-13 |
评分 | 5.00/5 共2次评分 |
开发者 | kukeast |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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" ] } |