Show a preview for SVG files.
This extension allows the preview of SVG files on Trello
Vad är Show a preview for SVG files.?
Show a preview for SVG files. är en Chrome-tillägg utvecklad av marcorivm, och dess huvudfunktion är "This extension allows the preview of SVG files on Trello".
Ladda ner Show a preview for SVG files.-förlängningens CRX-fil
Ladda ner Show a preview for SVG files.-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
This extension shows a preview for SVG files on Trello. The preview is shown as if the svg file where a normal image.
Grundläggande Information om Tillägg
Namn | ![]() |
ID | gppigcihmfenphmfeklomdpfopfjgdhd |
Officiell webbadress | https://chrome.google.com/webstore/detail/show-a-preview-for-svg-fi/gppigcihmfenphmfeklomdpfopfjgdhd |
Beskrivning | This extension allows the preview of SVG files on Trello |
Filstorlek | 32.31 KB |
Antal Installationer | 79 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2014-11-29 |
Publiceringsdatum | 2014-11-29 |
Betyg | 4.00/5 Totalt 3 Betyg |
Utvecklare | marcorivm |
Betalningssätt | free |
Stödda Språk | 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\/" ] } |