Tab Defrag
Sorts all tabs in the current window by their URLs. The extension requests only a single permission: tabs. This is necessary to…
Wat is Tab Defrag?
Tab Defrag is een Chrome-extensie ontwikkeld door Sampson, en de belangrijkste functie is "Sorts all tabs in the current window by their URLs. The extension requests only a single permission: tabs. This is necessary to…".
Extensie Screenshots
Download het CRX-bestand van de extensie Tab Defrag
Download Tab Defrag-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
                        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.                     Basisinformatie over de Extensie
| Naam |   |  
| ID | dfeliknbmopheafjaelmilpgfmfjiopl | 
| Officiële URL | https://chromewebstore.google.com/detail/tab-defrag/dfeliknbmopheafjaelmilpgfmfjiopl | 
| Beschrijving | Sorts all tabs in the current window by their URLs. The extension requests only a single permission: tabs. This is necessary to… | 
| Bestandsgrootte | 33.75 KB | 
| Aantal Installaties | 30 | 
| Huidige Versie | 0.0.4 | 
| Laatst Bijgewerkt | 2021-03-15 | 
| Publicatiedatum | 2019-12-22 | 
| Ontwikkelaar | Sampson | 
| [email protected] | |
| Betalingswijze | free | 
| Extensiewebsite | https://www.twitter.com/jonathansampson | 
| Help Pagina-URL | https://www.twitter.com/jonathansampson | 
| Ondersteunde Talen | 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"
    }
}  |  |