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