Change JPEG/JFIF to JPG

This extension automatically converts all downloaded pictures with the .jpeg or .jfif file extension to the .jpg file extension.

Change JPEG/JFIF to JPG là gì?

Change JPEG/JFIF to JPG là một tiện ích mở rộng Chrome được phát triển bởi perrym11, và tính năng chính của nó là "This extension automatically converts all downloaded pictures with the .jpeg or .jfif file extension to the .jpg file extension.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Change JPEG/JFIF to JPG

Tải xuống các tệp mở rộng Change JPEG/JFIF to JPG 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

                        If you download a file that has the extension .jpeg or .jfif, this will automatically rename it to a .jpg extension instead.  Note that clicking the button in the Chrome bar doesn't do anything - this works completely in the background with no user interaction required.

Icons made by Dirtyworks (https://www.flaticon.com/authors/dirtyworks) from Flaticon (https://www.flaticon.com).  Licensed by Creative Commons BY 3.0 (http://creativecommons.org/licenses/by/3.0)                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Change JPEG/JFIF to JPG Change JPEG/JFIF to JPG
ID jgikoaeeblnfkapogeidnehipojlbkoe
URL Chính Thức https://chromewebstore.google.com/detail/change-jpegjfif-to-jpg/jgikoaeeblnfkapogeidnehipojlbkoe
Mô tả This extension automatically converts all downloaded pictures with the .jpeg or .jfif file extension to the .jpg file extension.
Kích Thước Tệp 7.46 KB
Số Lần Cài Đặt 10,000
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2019-10-20
Ngày Phát Hành 2019-10-20
Đánh Giá 3.98/5 Tổng số 42 Đánh Giá
Nhà Phát Triển perrym11
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Change JPEG\/JFIF to JPG",
    "description": "This extension automatically converts all downloaded pictures with the .jpeg or .jfif file extension to the .jpg file extension.",
    "permissions": [
        "downloads"
    ],
    "version": "1.2",
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        }
    },
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "bg.js"
        ]
    }
}