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 |
官方網址 | 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 } } |