RAW to JPG Converter
Convert RAW raw images to JPG format
RAW to JPG Converterとは何ですか?
RAW to JPG Converterはhttps://rawimageconverter.comによって開発されたChromeの拡張機能で、その主な機能は「Convert RAW raw images to JPG format」です。
拡張機能のスクリーンショット
RAW to JPG Converter拡張機能のCRXファイルをダウンロード
RAW to JPG Converter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
How to convert RAW to JPG?
1-Click extension icon - this will open RAW to JPG online raw image conversion website.
2-Select RAW file and click 'convert file' button.
3-You will get your JPG file download link in matter of seconds. 拡張機能の基本情報
| 名前 | |
| ID | mejiokiilelmecdbhebjicllikigfgde |
| 公式URL | https://chromewebstore.google.com/detail/raw-to-jpg-converter/mejiokiilelmecdbhebjicllikigfgde |
| 説明 | Convert RAW raw images to JPG format |
| ファイルサイズ | 42.69 KB |
| インストール数 | 1,177 |
| 現在のバージョン | 1.0 |
| 最終更新日 | 2020-09-07 |
| 公開日 | 2020-09-06 |
| 開発者 | https://rawimageconverter.com |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://rawimageconverter.com/raw-to-jpg-converter |
| プライバシーポリシーページのURL | https://www.rawimageconverter.com/privacypolicy.html |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "RAW to JPG Converter",
"default_locale": "en",
"description": "Convert RAW raw images to JPG format",
"background": {
"scripts": [
"background.js"
]
},
"version": "1.0",
"icons": {
"128": "images\/icon-128.png"
},
"browser_action": {
"default_icon": "images\/icon-128.png"
}
} | |