Tab Organizer
Organizes all tabs by alphabetical order grouping websites together with one click
什么是Tab Organizer?
Tab Organizer是由wolfmac964开发的Chrome扩展程序,该扩展的主要功能是“Organizes all tabs by alphabetical order grouping websites together with one click”。
扩展截图
下载Tab Organizer扩展crx文件
下载Tab Organizer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Organize Your Tab Bar With One Click! If you're anything like me, then your projects are constantly filling up your browser with a ton of tabs, and trying to navigate through a mess of random tabs is not only annoying but also it takes up precious time and often disrupts your work flow. This extension is a simple solution to that problem. Just click the extension icon once, and your tab bar will automatically rearrange itself, grouping by websites and ordered alphabetically. This extension makes your ugly mess of a tab bar organized, aesthetic, and easy to use. I promise once you use it once, you will never go back! Questions? Email [email protected] Download Now!
扩展基本信息
名称 | |
ID | klejmohljepdfjiffcjcecidkdpjdafb |
官方URL | https://chromewebstore.google.com/detail/tab-organizer/klejmohljepdfjiffcjcecidkdpjdafb |
简介 | Organizes all tabs by alphabetical order grouping websites together with one click |
文件大小 | 70.36 KB |
安装次数 | 277 |
当前版本 | 1.0.0 |
更新时间 | 2020-06-03 |
上架时间 | 2020-06-02 |
评分 | 5.00/5 共2次评分 |
开发者 | wolfmac964 |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tab Organizer", "version": "1.0.0", "description": "Organizes all tabs by alphabetical order grouping websites together with one click", "author": "Mac Wolf", "short_name": "Tab Organizer", "permissions": [ "tabs" ], "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "logo.png" } } |