Twitter JFIF renamer
Renames downloaded .jfif files to .jpg on Twitter.
Twitter JFIF renamer là gì?
Twitter JFIF renamer là một tiện ích mở rộng Chrome được phát triển bởi aeggydev, và tính năng chính của nó là "Renames downloaded .jfif files to .jpg on Twitter.".
Ả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 Twitter JFIF renamer
Tải xuống các tệp mở rộng Twitter JFIF renamer 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
When downloading images on Twitter, they usually show up as a .jfif file, even though it is a normal .jpg file. This means that you have to then go and rename it to .jpg from .jfif in the file picker. This extension solves this for you.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Twitter JFIF renamer |
ID | hamcegffnbpeabloimdghellacajgikl |
URL Chính Thức | https://chromewebstore.google.com/detail/twitter-jfif-renamer/hamcegffnbpeabloimdghellacajgikl |
Mô tả | Renames downloaded .jfif files to .jpg on Twitter. |
Kích Thước Tệp | 7.51 KB |
Số Lần Cài Đặt | 974 |
Phiên Bản Hiện Tại | 1.0.0 |
Cập Nhật Lần Cuối | 2022-01-04 |
Ngày Phát Hành | 2022-01-03 |
Đánh Giá | 4.71/5 Tổng số 7 Đánh Giá |
Nhà Phát Triển | aeggydev |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Twitter JFIF renamer", "description": "Renames downloaded .jfif files to .jpg on Twitter.", "version": "1.0.0", "permissions": [ "downloads" ], "optional_permissions": [], "background": { "service_worker": "background.js", "type": "module" }, "icons": { "256": "icons\/256.png" } } |