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