draw dot file
draw dot file
¿Qué es draw dot file?
draw dot file es una extensión de Chrome desarrollada por i.am.acmol, y su función principal es "draw dot file".
Descargar Archivo CRX de la Extensión draw dot file
Descarga archivos de extensión draw dot file en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
draw the dot file. Support suffix .dot/.dot.txt (if the file is shown in the browser) 在浏览器中把dot图画出来。 支持.dot/.dot.txt后缀——前提是原来这个文件是要在浏览器中展示的而不是自动下载下来。
Información Básica de la Extensión
Nombre | draw dot file |
ID | fobkdckfijihohabomphfaddchgbkjcb |
URL Oficial | https://chromewebstore.google.com/detail/draw-dot-file/fobkdckfijihohabomphfaddchgbkjcb |
Descripción | draw dot file |
Tamaño del Archivo | 797 KB |
Cantidad de Instalaciones | 43 |
Versión Actual | 0.9.0 |
Última Actualización | 2016-06-16 |
Fecha de Publicación | 2016-06-15 |
Calificación | 3.67/5 Total de 3 Calificaciones |
Desarrollador | i.am.acmol |
Tipo de Pago | free |
Idiomas Soportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "draw dot file", "version": "0.9.0", "description": "draw dot file", "browser_action": { "default_title": "draw dot" }, "manifest_version": 2, "content_scripts": [ { "matches": [ "http:\/\/*\/*.dot", "https:\/\/*\/*.dot", "file:\/\/*.dot", "http:\/\/*\/*.dot.txt", "https:\/\/*\/*.dot.txt" ], "js": [ "js\/jquery.js", "js\/draw.js", "js\/viz.js" ] } ] } |