Show a preview for SVG files.
This extension allows the preview of SVG files on Trello
Qu'est-ce que Show a preview for SVG files. ?
Show a preview for SVG files. est une extension Chrome développée par marcorivm, et sa fonction principale est "This extension allows the preview of SVG files on Trello".
Télécharger le fichier CRX de l'extension Show a preview for SVG files.
Téléchargez les fichiers d'extension Show a preview for SVG files. 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
This extension shows a preview for SVG files on Trello. The preview is shown as if the svg file where a normal image.
Informations de Base sur l'Extension
Nom | ![]() |
ID | gppigcihmfenphmfeklomdpfopfjgdhd |
URL Officiel | https://chrome.google.com/webstore/detail/show-a-preview-for-svg-fi/gppigcihmfenphmfeklomdpfopfjgdhd |
Description | This extension allows the preview of SVG files on Trello |
Taille du Fichier | 32.31 KB |
Nombre d'Installations | 79 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2014-11-29 |
Date de Publication | 2014-11-29 |
Évaluation | 4.00/5 Total 3 Évaluations |
Développeur | marcorivm |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Show a preview for SVG files.", "description": "This extension allows the preview of SVG files on Trello", "version": "1.0", "page_action": { "default_title": "Trello SVG Preview" }, "content_scripts": [ { "matches": [ "https:\/\/trello.com\/*" ], "js": [ "jquery.min.js", "svg.js" ] } ], "permissions": [ "https:\/\/trello.com\/" ] } |