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 |
| 公式URL | 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 |
| Eメール | [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"
]
}
} | |