Tab Defrag
Sorts all tabs in the current window by their URLs. The extension requests only a single permission: tabs. This is necessary to…
Was ist Tab Defrag?
Tab Defrag ist eine Chrome-Erweiterung, die von Sampson entwickelt wurde, und ihr Hauptmerkmal ist "Sorts all tabs in the current window by their URLs. The extension requests only a single permission: tabs. This is necessary to…".
Erweiterungsscreenshots
Tab Defrag-Erweiterungs-CRX-Datei herunterladen
Laden Sie Tab Defrag-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
                        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.                     Grundlegende Informationen zur Erweiterung
| Name |   |  
| ID | dfeliknbmopheafjaelmilpgfmfjiopl | 
| Offizielle URL | https://chromewebstore.google.com/detail/tab-defrag/dfeliknbmopheafjaelmilpgfmfjiopl | 
| Beschreibung | Sorts all tabs in the current window by their URLs. The extension requests only a single permission: tabs. This is necessary to… | 
| Dateigröße | 33.75 KB | 
| Installationsanzahl | 30 | 
| Aktuelle Version | 0.0.4 | 
| Letztes Update | 2021-03-15 | 
| Veröffentlichungsdatum | 2019-12-22 | 
| Entwickler | Sampson | 
| [email protected] | |
| Zahlungsart | free | 
| Erweiterungswebsite | https://www.twitter.com/jonathansampson | 
| Hilfeseite URL | https://www.twitter.com/jonathansampson | 
| Unterstützte Sprachen | 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"
    }
}  |  |