EPS to PNG Converter

Convert EPS files to PNG format

Vad är EPS to PNG Converter?

EPS to PNG Converter är en Chrome-tillägg utvecklad av https://freepicturesolutions.com, och dess huvudfunktion är "Convert EPS files to PNG format".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner EPS to PNG Converter-förlängningens CRX-fil

Ladda ner EPS to PNG Converter-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn EPS to PNG Converter EPS to PNG Converter
ID fclfnehajbenfhbdbcbdjbppmeeadjei
Officiell webbadress https://chromewebstore.google.com/detail/eps-to-png-converter/fclfnehajbenfhbdbcbdjbppmeeadjei
Beskrivning Convert EPS files to PNG format
Filstorlek 118 KB
Antal Installationer 421
Aktuell Version 3.0
Senast Uppdaterad 2020-11-05
Publiceringsdatum 2020-05-28
Betyg 3.67/5 Totalt 3 Betyg
Utvecklare https://freepicturesolutions.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://freepicturesolutions.com/online/#eps-to-png-converter
URL till Sekretesspolicy Sidan https://freepicturesolutions.com/privacy_policy.html
Stödda Språk 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"
    ]
}