Image2Base64

Convert images to base64 data URIs

Image2Base64คืออะไร?

Image2Base64 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://wemakesites.net และคุณลักษณะหลักของมันคือ "Convert images to base64 data URIs"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Image2Base64

ดาวน์โหลดไฟล์ส่วนขยาย Image2Base64 ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Image2Base64 is an online tool, provided by Acid.JS Web.UI for conversion of image files to base64 data URIs. It implements the new HTML5 file API, and the selected images are processed entirely on the client without uploading them onto the server.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Image2Base64 Image2Base64
ID mnmcaoeigcikpnnebhdfblfmobfekkgl
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/image2base64/mnmcaoeigcikpnnebhdfblfmobfekkgl
คำอธิบาย Convert images to base64 data URIs
ขนาดไฟล์ 26.01 KB
จำนวนการติดตั้ง 87
เวอร์ชันปัจจุบัน 1.3
อัปเดตครั้งล่าสุด 2012-11-10
วันที่เผยแพร่ 2012-11-10
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา http://wemakesites.net
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://image2base64.wemakesites.net/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Image2Base64",
    "description": "Convert images to base64 data URIs",
    "version": "1.3",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_title": "Convert images to base64 data URIs",
        "default_icon": "icon.png"
    },
    "manifest_version": 2
}