Tab Defrag
Sorts all tabs in the current window by their URLs. The extension requests only a single permission: tabs. This is necessary to…
Vad är Tab Defrag?
Tab Defrag är en Chrome-tillägg utvecklad av Sampson, och dess huvudfunktion är "Sorts all tabs in the current window by their URLs. The extension requests only a single permission: tabs. This is necessary to…".
Tilläggsskärmbilder
Ladda ner Tab Defrag-förlängningens CRX-fil
Ladda ner Tab Defrag-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Tab Defrag |
ID | dfeliknbmopheafjaelmilpgfmfjiopl |
Officiell webbadress | https://chromewebstore.google.com/detail/tab-defrag/dfeliknbmopheafjaelmilpgfmfjiopl |
Beskrivning | Sorts all tabs in the current window by their URLs. The extension requests only a single permission: tabs. This is necessary to… |
Filstorlek | 33.75 KB |
Antal Installationer | 30 |
Aktuell Version | 0.0.4 |
Senast Uppdaterad | 2021-03-15 |
Publiceringsdatum | 2019-12-22 |
Utvecklare | Sampson |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://www.twitter.com/jonathansampson |
Hjälpsida URL | https://www.twitter.com/jonathansampson |
Stödda Språk | 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" } } |