Tabs Mania
Move, reorder, cleanup and easily manage your tabs in a easily customizable tool.
什么是Tabs Mania?
Tabs Mania是由David Dias开发的Chrome扩展程序,该扩展的主要功能是“Move, reorder, cleanup and easily manage your tabs in a easily customizable tool.”。
扩展截图
下载Tabs Mania扩展crx文件
下载Tabs Mania扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Quickly reorder, move, merge and close tabs and windows with a customizable chrome extension. Simplify your daily workflow and speed up your productivity with the best Tab Management tool for Chrome. ★ What is Tabs Mania? A simple and highly customizable Google Extension which helps you to automate simple tasks when dealing with tabs. You can customize entirely Tabs Mania showing and hiding some features in the settings. More options are coming for the next releases! ★ Functionalities: ➤ Sort tabs by title ➤ Sort tabs by url ➤ Sort tabs by domain ➤ Move the current tab to a new window ➤ Merge all Chrome windows ➤ Close all tabs that are playing sounds
扩展基本信息
名称 | Tabs Mania |
ID | kpehljmacelghfpbkoajiigcaijjdogf |
官方URL | https://chromewebstore.google.com/detail/tabs-mania/kpehljmacelghfpbkoajiigcaijjdogf |
简介 | Move, reorder, cleanup and easily manage your tabs in a easily customizable tool. |
文件大小 | 116 KB |
安装次数 | 58 |
当前版本 | 1.0.1 |
更新时间 | 2021-02-14 |
上架时间 | 2021-02-05 |
开发者 | David Dias |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/thedaviddias/tabs-mania |
隐私政策页面URL | https://github.com/thedaviddias/privacy-policy/blob/main/chrome-extensions.md |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Move, reorder, cleanup and easily manage your tabs in a easily customizable tool.", "version": "1.0.1", "name": "Tabs Mania", "manifest_version": 2, "options_page": "options.html", "permissions": [ "tabs", "storage" ], "background": { "page": "background.html" }, "browser_action": { "default_popup": "popup.html", "default_icon": "icon-192.png" }, "icons": { "192": "icon-192.png" }, "web_accessible_resources": [ "content.styles.css", "icon-192.png" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |