Tab Defrag
Sorts all tabs in the current window by their URLs. The extension requests only a single permission: tabs. This is necessary to…
What is Tab Defrag?
Tab Defrag is a Chrome extension developed by Sampson, and its main feature is "Sorts all tabs in the current window by their URLs. The extension requests only a single permission: tabs. This is necessary to…".
Extension Screenshots
Download Tab Defrag Extension CRX File
Download Tab Defrag 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
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.
Extension Basic Information
Name | Tab Defrag |
ID | dfeliknbmopheafjaelmilpgfmfjiopl |
Official URL | https://chromewebstore.google.com/detail/tab-defrag/dfeliknbmopheafjaelmilpgfmfjiopl |
Description | Sorts all tabs in the current window by their URLs. The extension requests only a single permission: tabs. This is necessary to… |
File Size | 33.75 KB |
Installation Count | 30 |
Current Version | 0.0.4 |
Last Updated | 2021-03-15 |
Publish Date | 2019-12-22 |
Developer | Sampson |
[email protected] | |
Payment Type | free |
Extension Website | https://www.twitter.com/jonathansampson |
Help Page URL | https://www.twitter.com/jonathansampson |
Supported Languages | 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" } } |