draw dot file
draw dot file
O que é draw dot file?
draw dot file é uma extensão do Chrome desenvolvida por i.am.acmol, e sua principal característica é "draw dot file".
Baixar o arquivo CRX da Extensão draw dot file
Baixe arquivos de extensão draw dot file no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
draw the dot file. Support suffix .dot/.dot.txt (if the file is shown in the browser) 在浏览器中把dot图画出来。 支持.dot/.dot.txt后缀——前提是原来这个文件是要在浏览器中展示的而不是自动下载下来。
Informações Básicas da Extensão
Nome | draw dot file |
ID | fobkdckfijihohabomphfaddchgbkjcb |
URL Oficial | https://chromewebstore.google.com/detail/draw-dot-file/fobkdckfijihohabomphfaddchgbkjcb |
Descrição | draw dot file |
Tamanho do Arquivo | 797 KB |
Contagem de Instalações | 43 |
Versão Atual | 0.9.0 |
Última Atualização | 2016-06-16 |
Data de Publicação | 2016-06-15 |
Classificação | 3.67/5 Total de 3 Avaliações |
Desenvolvedor | i.am.acmol |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } ] } |