EPS to PNG Converter

Convert EPS files to PNG format

Co je EPS to PNG Converter?

EPS to PNG Converter je rozšíření Chrome vyvinuté https://freepicturesolutions.com, a jeho hlavní funkcí je „Convert EPS files to PNG format“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření EPS to PNG Converter

Stáhněte si soubory rozšíření EPS to PNG Converter ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        How to convert EPS to PNG?	 

1-Click extension icon - this will open EPS to PNG online conversion website. 
2-Select EPS file and click convert button. 
3-You will get your PNG file download link in your email address.

3.0 Version
Now extension detects eps links when downloaded and offer to convert them to other format on the webpage where download was started.                    

Základní Informace o Rozšíření

Název EPS to PNG Converter EPS to PNG Converter
ID fclfnehajbenfhbdbcbdjbppmeeadjei
Oficiální URL https://chromewebstore.google.com/detail/eps-to-png-converter/fclfnehajbenfhbdbcbdjbppmeeadjei
Popis Convert EPS files to PNG format
Velikost souboru 118 KB
Počet instalací 421
Aktuální Verze 3.0
Poslední Aktualizace 2020-11-05
Datum Vydání 2020-05-28
Hodnocení 3.67/5 Celkem 3 Hodnocení
Vývojář https://freepicturesolutions.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://freepicturesolutions.com/online/#eps-to-png-converter
URL Stránky Zásad Ochrany Soukromí https://freepicturesolutions.com/privacy_policy.html
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "EPS to PNG Converter",
    "default_locale": "en",
    "description": "Convert EPS files to PNG format",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "",
        "webRequest",
        "activeTab"
    ],
    "version": "3.0",
    "icons": {
        "128": "images\/icon-128.png"
    },
    "browser_action": {
        "default_icon": "images\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "script.js"
            ],
            "all_frames": false
        }
    ],
    "web_accessible_resources": [
        "style.css",
        "script.js"
    ]
}