EPS to PNG Converter

Convert EPS files to PNG format

Qu'est-ce que EPS to PNG Converter ?

EPS to PNG Converter est une extension Chrome développée par https://freepicturesolutions.com, et sa fonction principale est "Convert EPS files to PNG format".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension EPS to PNG Converter

Téléchargez les fichiers d'extension EPS to PNG Converter au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom EPS to PNG Converter EPS to PNG Converter
ID fclfnehajbenfhbdbcbdjbppmeeadjei
URL Officiel https://chromewebstore.google.com/detail/eps-to-png-converter/fclfnehajbenfhbdbcbdjbppmeeadjei
Description Convert EPS files to PNG format
Taille du Fichier 118 KB
Nombre d'Installations 421
Version Actuelle 3.0
Dernière Mise à Jour 2020-11-05
Date de Publication 2020-05-28
Évaluation 3.67/5 Total 3 Évaluations
Développeur https://freepicturesolutions.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://freepicturesolutions.com/online/#eps-to-png-converter
URL de la Page de Politique de Confidentialité https://freepicturesolutions.com/privacy_policy.html
Langues Prises en Charge 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"
    ]
}