Tab Defrag
Sorts all tabs in the current window by their URLs. The extension requests only a single permission: tabs. This is necessary to…
什么是Tab Defrag?
Tab Defrag是由Sampson开发的Chrome扩展程序,该扩展的主要功能是“Sorts all tabs in the current window by their URLs. The extension requests only a single permission: tabs. This is necessary to…”。
扩展截图
下载Tab Defrag扩展crx文件
下载Tab Defrag扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Sorts all tabs in the current window by their URLs. The extension requests only a single permission: tabs. This is necessary to read the URL for each tab, and to assign it a new placement. Tab Defrag does nothing more.
扩展基本信息
名称 | Tab Defrag |
ID | dfeliknbmopheafjaelmilpgfmfjiopl |
官方URL | https://chromewebstore.google.com/detail/tab-defrag/dfeliknbmopheafjaelmilpgfmfjiopl |
简介 | Sorts all tabs in the current window by their URLs. The extension requests only a single permission: tabs. This is necessary to… |
文件大小 | 33.75 KB |
安装次数 | 30 |
当前版本 | 0.0.4 |
更新时间 | 2021-03-15 |
上架时间 | 2019-12-22 |
开发者 | Sampson |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://www.twitter.com/jonathansampson |
帮助页面URL | https://www.twitter.com/jonathansampson |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tab Defrag", "version": "0.0.4", "manifest_version": 2, "permissions": [ "tabs" ], "browser_action": { "default_title": "Tab Defrag" }, "background": { "scripts": [ "background.js" ] }, "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" } } |