Show a preview for SVG files.
This extension allows the preview of SVG files on Trello
Co je Show a preview for SVG files.?
Show a preview for SVG files. je rozšíření Chrome vyvinuté marcorivm, a jeho hlavní funkcí je „This extension allows the preview of SVG files on Trello“.
Stáhnout soubor CRX rozšíření Show a preview for SVG files.
Stáhněte si soubory rozšíření Show a preview for SVG files. ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
This extension shows a preview for SVG files on Trello. The preview is shown as if the svg file where a normal image.
Základní Informace o Rozšíření
Název | ![]() |
ID | gppigcihmfenphmfeklomdpfopfjgdhd |
Oficiální URL | https://chrome.google.com/webstore/detail/show-a-preview-for-svg-fi/gppigcihmfenphmfeklomdpfopfjgdhd |
Popis | This extension allows the preview of SVG files on Trello |
Velikost souboru | 32.31 KB |
Počet instalací | 79 |
Aktuální Verze | 1.0 |
Poslední Aktualizace | 2014-11-29 |
Datum Vydání | 2014-11-29 |
Hodnocení | 4.00/5 Celkem 3 Hodnocení |
Vývojář | marcorivm |
Typ Platby | free |
Podporované Jazyky | 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\/" ] } |