Show a preview for SVG files.
This extension allows the preview of SVG files on Trello
What is Show a preview for SVG files.?
Show a preview for SVG files. is a Chrome extension developed by marcorivm, and its main feature is "This extension allows the preview of SVG files on Trello".
Download Show a preview for SVG files. Extension CRX File
Download Show a preview for SVG files. extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This extension shows a preview for SVG files on Trello. The preview is shown as if the svg file where a normal image.
Extension Basic Information
Name | ![]() |
ID | gppigcihmfenphmfeklomdpfopfjgdhd |
Official URL | https://chrome.google.com/webstore/detail/show-a-preview-for-svg-fi/gppigcihmfenphmfeklomdpfopfjgdhd |
Description | This extension allows the preview of SVG files on Trello |
File Size | 32.31 KB |
Installation Count | 79 |
Current Version | 1.0 |
Last Updated | 2014-11-29 |
Publish Date | 2014-11-29 |
Rating | 4.00/5 Total 3 Ratings |
Developer | marcorivm |
Payment Type | free |
Supported Languages | 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\/" ] } |