Sort Markdown List
Sorts markdown lists alphabetically.
Qu'est-ce que Sort Markdown List ?
Sort Markdown List est une extension Chrome développée par luwei.here, et sa fonction principale est "Sorts markdown lists alphabetically.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Sort Markdown List
Téléchargez les fichiers d'extension Sort Markdown List 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
How to use: 1. select the list you'd like to sort in the textarea 2. click on the sort icon 3. your selected list should now be sorted alphabetically Assumptions: - markdown is edited in the only textarea on the page - sorting ignores case *Icon: Sort designed hy Lemon Liu from the Noun Project
Informations de Base sur l'Extension
Nom | Sort Markdown List |
ID | kdimmoeigkklnfdfalcjejfnpcabimdm |
URL Officiel | https://chromewebstore.google.com/detail/sort-markdown-list/kdimmoeigkklnfdfalcjejfnpcabimdm |
Description | Sorts markdown lists alphabetically. |
Taille du Fichier | 18.41 KB |
Nombre d'Installations | 61 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2014-01-23 |
Date de Publication | 2014-01-23 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | luwei.here |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/weilu/sort-markdown |
URL de la Page d'Aide | https://github.com/weilu/sort-markdown |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Sort Markdown List", "description": "Sorts markdown lists alphabetically.", "version": "1.1", "permissions": [ "activeTab" ], "browser_action": { "default_icon": "icon.png" }, "background": { "scripts": [ "background.js" ] } } |