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 là gì?
Tab Defrag là một tiện ích mở rộng Chrome được phát triển bởi Sampson, và tính năng chính của nó là "Sorts all tabs in the current window by their URLs. The extension requests only a single permission: tabs. This is necessary to…".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Tab Defrag
Tải xuống các tệp mở rộng Tab Defrag dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Tab Defrag |
ID | dfeliknbmopheafjaelmilpgfmfjiopl |
URL Chính Thức | https://chromewebstore.google.com/detail/tab-defrag/dfeliknbmopheafjaelmilpgfmfjiopl |
Mô tả | Sorts all tabs in the current window by their URLs. The extension requests only a single permission: tabs. This is necessary to… |
Kích Thước Tệp | 33.75 KB |
Số Lần Cài Đặt | 30 |
Phiên Bản Hiện Tại | 0.0.4 |
Cập Nhật Lần Cuối | 2021-03-15 |
Ngày Phát Hành | 2019-12-22 |
Nhà Phát Triển | Sampson |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.twitter.com/jonathansampson |
URL Trang Trợ Giúp | https://www.twitter.com/jonathansampson |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |