Show a preview for SVG files.
This extension allows the preview of SVG files on Trello
Wat is Show a preview for SVG files.?
Show a preview for SVG files. is een Chrome-extensie ontwikkeld door marcorivm, en de belangrijkste functie is "This extension allows the preview of SVG files on Trello".
Download het CRX-bestand van de extensie Show a preview for SVG files.
Download Show a preview for SVG files.-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
This extension shows a preview for SVG files on Trello. The preview is shown as if the svg file where a normal image.
Basisinformatie over de Extensie
Naam | ![]() |
ID | gppigcihmfenphmfeklomdpfopfjgdhd |
Officiële URL | https://chrome.google.com/webstore/detail/show-a-preview-for-svg-fi/gppigcihmfenphmfeklomdpfopfjgdhd |
Beschrijving | This extension allows the preview of SVG files on Trello |
Bestandsgrootte | 32.31 KB |
Aantal Installaties | 79 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2014-11-29 |
Publicatiedatum | 2014-11-29 |
Beoordeling | 4.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | marcorivm |
Betalingswijze | free |
Ondersteunde Talen | 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\/" ] } |