Image Extension Fix
Automatically renames image downloads according to the type they are
什么是Image Extension Fix?
Image Extension Fix是由Colin Campbell开发的Chrome扩展程序,该扩展的主要功能是“Automatically renames image downloads according to the type they are”。
扩展截图
下载Image Extension Fix扩展crx文件
下载Image Extension Fix扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | Image Extension Fix |
ID | bdinnahhocpbhaolpffbceckdfiafffn |
官方URL | https://chromewebstore.google.com/detail/image-extension-fix/bdinnahhocpbhaolpffbceckdfiafffn |
简介 | Automatically renames image downloads according to the type they are |
文件大小 | 49.19 KB |
安装次数 | 687 |
当前版本 | 0.2 |
更新时间 | 2017-06-03 |
上架时间 | 2017-06-03 |
评分 | 4.33/5 共18次评分 |
开发者 | Colin Campbell |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/colin-c/image-extension-fix |
支持的语言 | 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 } } |