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?
Change JPEG/JFIF to JPG是由perrym11開發的Chrome擴展程式,該擴展的主要功能是“This extension automatically converts all downloaded pictures with the .jpeg or .jfif file extension to the .jpg file extension.”。
擴展截圖
下載Change JPEG/JFIF to JPG擴展crx文件
下載Change JPEG/JFIF to JPG擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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) 擴展基本資訊
| 名稱 | |
| ID | jgikoaeeblnfkapogeidnehipojlbkoe |
| 官方網址 | https://chromewebstore.google.com/detail/change-jpegjfif-to-jpg/jgikoaeeblnfkapogeidnehipojlbkoe |
| 簡介 | This extension automatically converts all downloaded pictures with the .jpeg or .jfif file extension to the .jpg file extension. |
| 檔案大小 | 7.46 KB |
| 安裝次數 | 10,000 |
| 目前版本 | 1.2 |
| 更新時間 | 2019-10-20 |
| 上架時間 | 2019-10-20 |
| 評分 | 3.98/5 共 42 次評分 |
| 開發者 | perrym11 |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | 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"
]
}
} | |