draw dot file
draw dot file
What is draw dot file?
draw dot file is a Chrome extension developed by i.am.acmol, and its main feature is "draw dot file".
Download draw dot file Extension CRX File
Download draw dot file 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
draw the dot file. Support suffix .dot/.dot.txt (if the file is shown in the browser) 在浏览器中把dot图画出来。 支持.dot/.dot.txt后缀——前提是原来这个文件是要在浏览器中展示的而不是自动下载下来。
Extension Basic Information
Name | draw dot file |
ID | fobkdckfijihohabomphfaddchgbkjcb |
Official URL | https://chromewebstore.google.com/detail/draw-dot-file/fobkdckfijihohabomphfaddchgbkjcb |
Description | draw dot file |
File Size | 797 KB |
Installation Count | 43 |
Current Version | 0.9.0 |
Last Updated | 2016-06-16 |
Publish Date | 2016-06-15 |
Rating | 3.67/5 Total 3 Ratings |
Developer | i.am.acmol |
Payment Type | free |
Supported Languages | 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" ] } ] } |