JPEG to ICO Converter

Convert JPEG Files to ICO format

What is JPEG to ICO Converter?

JPEG to ICO Converter is a Chrome extension developed by https://freepicturesolutions.com, and its main feature is "Convert JPEG Files to ICO format".

Extension Screenshots

screenshot

Download JPEG to ICO Converter Extension CRX File

Download JPEG to ICO Converter extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name JPEG to ICO Converter JPEG to ICO Converter
ID bmebfnlehmdkgmmcnbdhekmplggbggll
Official URL https://chromewebstore.google.com/detail/jpeg-to-ico-converter/bmebfnlehmdkgmmcnbdhekmplggbggll
Description Convert JPEG Files to ICO format
File Size 80.33 KB
Installation Count 166
Current Version 5.0
Last Updated 2020-12-11
Publish Date 2020-05-28
Developer https://freepicturesolutions.com
Email [email protected]
Payment Type free
Extension Website http://freepicturesolutions.com/online/#jpeg-to-ico-converter
Privacy Policy Page URL https://freepicturesolutions.com/privacy_policy.html
Supported Languages 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\/*"
    ]
}