We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0038689 + 17989ac commit 9cd1d5fCopy full SHA for 9cd1d5f
README.md
@@ -29,6 +29,7 @@ ImgConverter is chrome extension that converts form image of markdown notation t
29
## Support image format
30
- PNG (.png)
31
- JPEG (.jpg)
32
+- GIF (.gif)
33
34
## Environment
35
- Javascript
manifest.json
@@ -1,7 +1,7 @@
1
{
2
"name": "ImgConverter",
3
"short_name": "ImgConverter",
4
- "version": "0.1.3",
+ "version": "0.1.4",
5
"description": "ImgConverter converts from image of markdown notation to to img tag",
6
"manifest_version": 2,
7
"permissions": [
0 commit comments