EPS to PNG Converter

Convert EPS files to PNG format

Cos'è EPS to PNG Converter?

EPS to PNG Converter è un'estensione di Chrome sviluppata da https://freepicturesolutions.com, e la sua funzione principale è "Convert EPS files to PNG format".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione EPS to PNG Converter

Scarica i file di estensione EPS to PNG Converter in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome EPS to PNG Converter EPS to PNG Converter
ID fclfnehajbenfhbdbcbdjbppmeeadjei
URL Ufficiale https://chromewebstore.google.com/detail/eps-to-png-converter/fclfnehajbenfhbdbcbdjbppmeeadjei
Descrizione Convert EPS files to PNG format
Dimensione del File 118 KB
Conteggio Installazioni 421
Versione Corrente 3.0
Ultimo Aggiornamento 2020-11-05
Data di Pubblicazione 2020-05-28
Valutazione 3.67/5 Totale 3 Valutazioni
Sviluppatore https://freepicturesolutions.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://freepicturesolutions.com/online/#eps-to-png-converter
URL della Pagina della Politica sulla Privacy https://freepicturesolutions.com/privacy_policy.html
Lingue Supportate 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"
    ]
}