Sort Tabs Example
Click the icon to sort all your tabs alphabetically by their title.
Qu'est-ce que Sort Tabs Example ?
Sort Tabs Example est une extension Chrome développée par Cory Forsyth, et sa fonction principale est "Click the icon to sort all your tabs alphabetically by their title.".
Télécharger le fichier CRX de l'extension Sort Tabs Example
Téléchargez les fichiers d'extension Sort Tabs Example 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
Click the icon to sort all your tabs alphabetically by their title.
Informations de Base sur l'Extension
Nom | |
ID | pbdjobplklihafkpipaebjamkcdlbjhg |
URL Officiel | https://chrome.google.com/webstore/detail/sort-tabs-example/pbdjobplklihafkpipaebjamkcdlbjhg |
Description | Click the icon to sort all your tabs alphabetically by their title. |
Taille du Fichier | 7.76 KB |
Nombre d'Installations | 16 |
Version Actuelle | 0.1 |
Dernière Mise à Jour | 2016-02-21 |
Date de Publication | 2016-02-21 |
Développeur | Cory Forsyth |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Sort Tabs Example", "manifest_version": 2, "short_name": "Sort Tabs", "version": "0.1", "browser_action": { "default_icon": "sort-128.png", "default_title": "Sort Tabs Example" }, "icons": { "128": "sort-128.png" }, "permissions": [ "tabs" ], "background": { "scripts": [ "background.js" ] } } |