Image Extension Fix
Automatically renames image downloads according to the type they are
Image Extension Fix là gì?
Image Extension Fix là một tiện ích mở rộng Chrome được phát triển bởi Colin Campbell, và tính năng chính của nó là "Automatically renames image downloads according to the type they are".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Image Extension Fix
Tải xuống các tệp mở rộng Image Extension Fix dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Image Extension Fix |
ID | bdinnahhocpbhaolpffbceckdfiafffn |
URL Chính Thức | https://chromewebstore.google.com/detail/image-extension-fix/bdinnahhocpbhaolpffbceckdfiafffn |
Mô tả | Automatically renames image downloads according to the type they are |
Kích Thước Tệp | 49.19 KB |
Số Lần Cài Đặt | 687 |
Phiên Bản Hiện Tại | 0.2 |
Cập Nhật Lần Cuối | 2017-06-03 |
Ngày Phát Hành | 2017-06-03 |
Đánh Giá | 4.33/5 Tổng số 18 Đánh Giá |
Nhà Phát Triển | Colin Campbell |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/colin-c/image-extension-fix |
Ngôn Ngữ Được Hỗ Trợ | 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 } } |