Tab Defrag
Sorts all tabs in the current window by their URLs. The extension requests only a single permission: tabs. This is necessary to…
Hvad er Tab Defrag?
Tab Defrag er en Chrome-udvidelse udviklet af Sampson, og dens hovedfunktion er "Sorts all tabs in the current window by their URLs. The extension requests only a single permission: tabs. This is necessary to…".
Udvidelsesskærmbilleder
Download Tab Defrag-udvidelses-CRX-fil
Download Tab Defrag-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
Navn | Tab Defrag |
ID | dfeliknbmopheafjaelmilpgfmfjiopl |
Officiel URL | https://chromewebstore.google.com/detail/tab-defrag/dfeliknbmopheafjaelmilpgfmfjiopl |
Beskrivelse | Sorts all tabs in the current window by their URLs. The extension requests only a single permission: tabs. This is necessary to… |
Filstørrelse | 33.75 KB |
Antal Installationer | 30 |
Nuværende Version | 0.0.4 |
Senest Opdateret | 2021-03-15 |
Udgivelsesdato | 2019-12-22 |
Udvikler | Sampson |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://www.twitter.com/jonathansampson |
Hjælpeside-URL | https://www.twitter.com/jonathansampson |
Understøttede Sprog | 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" } } |