EPS to PNG Converter

Convert EPS files to PNG format

EPS to PNG Converterคืออะไร?

EPS to PNG Converter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://freepicturesolutions.com และคุณลักษณะหลักของมันคือ "Convert EPS files to PNG format"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย EPS to PNG Converter

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
    ]
}