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 |
官方網址 | 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" } } |