Tab Defrag
Sorts all tabs in the current window by their URLs. The extension requests only a single permission: tabs. This is necessary to…
Qu'est-ce que Tab Defrag ?
Tab Defrag est une extension Chrome développée par Sampson, et sa fonction principale est "Sorts all tabs in the current window by their URLs. The extension requests only a single permission: tabs. This is necessary to…".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Tab Defrag
Téléchargez les fichiers d'extension Tab Defrag au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Tab Defrag |
ID | dfeliknbmopheafjaelmilpgfmfjiopl |
URL Officiel | https://chromewebstore.google.com/detail/tab-defrag/dfeliknbmopheafjaelmilpgfmfjiopl |
Description | Sorts all tabs in the current window by their URLs. The extension requests only a single permission: tabs. This is necessary to… |
Taille du Fichier | 33.75 KB |
Nombre d'Installations | 30 |
Version Actuelle | 0.0.4 |
Dernière Mise à Jour | 2021-03-15 |
Date de Publication | 2019-12-22 |
Développeur | Sampson |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.twitter.com/jonathansampson |
URL de la Page d'Aide | https://www.twitter.com/jonathansampson |
Langues Prises en Charge | 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" } } |