Prettier
Prettier all the things.
Qu'est-ce que Prettier ?
Prettier est une extension Chrome développée par https://prettier.io, et sa fonction principale est "Prettier all the things.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Prettier
Téléchargez les fichiers d'extension Prettier 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
For now only StackOverflow and GitHub.
Informations de Base sur l'Extension
Nom | Prettier |
ID | fbcfnmplppajblbmdehballiekfgdkhp |
URL Officiel | https://chromewebstore.google.com/detail/prettier/fbcfnmplppajblbmdehballiekfgdkhp |
Description | Prettier all the things. |
Taille du Fichier | 3.79 MB |
Nombre d'Installations | 1,087 |
Version Actuelle | 0.0.5 |
Dernière Mise à Jour | 2019-11-27 |
Date de Publication | 2019-11-27 |
Évaluation | 5.00/5 Total 4 Évaluations |
Développeur | https://prettier.io |
Type de Paiement | free |
Site Web de l'Extension | https://prettier.io |
URL de la Page d'Aide | https://prettier.io |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Prettier", "version": "0.0.5", "manifest_version": 2, "description": "Prettier all the things.", "homepage_url": "https:\/\/prettier.io", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "options_ui": { "page": "options.html", "open_in_tab": false }, "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "https:\/\/stackoverflow.com\/*", "https:\/\/github.com\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |