EPS to PNG Converter

Convert EPS files to PNG format

EPS to PNG Converterとは何ですか?

EPS to PNG Converterはhttps://freepicturesolutions.comによって開発されたChromeの拡張機能で、その主な機能は「Convert EPS files to PNG format」です。

拡張機能のスクリーンショット

screenshot
screenshot

EPS to PNG Converter拡張機能のCRXファイルをダウンロード

EPS to PNG Converter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 EPS to PNG Converter EPS to PNG Converter
ID fclfnehajbenfhbdbcbdjbppmeeadjei
公式URL https://chromewebstore.google.com/detail/eps-to-png-converter/fclfnehajbenfhbdbcbdjbppmeeadjei
説明 Convert EPS files to PNG format
ファイルサイズ 118 KB
インストール数 421
現在のバージョン 3.0
最終更新日 2020-11-05
公開日 2020-05-28
評価 3.67/5 合計 3 レビュー
開発者 https://freepicturesolutions.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://freepicturesolutions.com/online/#eps-to-png-converter
プライバシーポリシーページのURL https://freepicturesolutions.com/privacy_policy.html
対応言語 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"
    ]
}