Image Extension Fix
Automatically renames image downloads according to the type they are
What is Image Extension Fix?
Image Extension Fix is a Chrome extension developed by Colin Campbell, and its main feature is "Automatically renames image downloads according to the type they are".
Extension Screenshots
Download Image Extension Fix Extension CRX File
Download Image Extension Fix 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
Automatically renames images according to the type they are. No more .jpg GIFs or .large-0x539 JPEGs. This extension is open source software (MIT licensed). https://github.com/colin-c/image-extension-fix
Extension Basic Information
Name | Image Extension Fix |
ID | bdinnahhocpbhaolpffbceckdfiafffn |
Official URL | https://chromewebstore.google.com/detail/image-extension-fix/bdinnahhocpbhaolpffbceckdfiafffn |
Description | Automatically renames image downloads according to the type they are |
File Size | 49.19 KB |
Installation Count | 687 |
Current Version | 0.2 |
Last Updated | 2017-06-03 |
Publish Date | 2017-06-03 |
Rating | 4.33/5 Total 18 Ratings |
Developer | Colin Campbell |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/colin-c/image-extension-fix |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Image Extension Fix", "short_name": "Img Ext Fix", "description": "Automatically renames image downloads according to the type they are", "version": "0.2", "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "permissions": [ "downloads" ], "content_security_policy": "script-src 'self'; object-src 'self'", "background": { "scripts": [ "includes\/file_extension_mapping.js", "includes\/util.js", "main.js" ], "persistent": false } } |