Convert Base64
Small tool that allow the conversions of imagens to base64. You can use the button to convert an imagem from your computer or the…
Convert Base64คืออะไร?
Convert Base64 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย André Paraíso และคุณลักษณะหลักของมันคือ "Small tool that allow the conversions of imagens to base64. You can use the button to convert an imagem from your computer or the…"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Convert Base64
ดาวน์โหลดไฟล์ส่วนขยาย Convert Base64 ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Small tool that allow the conversions of imagens to base64. You can use the button to convert an imagem from your computer or the right mouse button in a webpage image to converter it. The conversion is open in a new window that will allow you to copy it.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Convert Base64 |
ID | dfnapbflpcpghnapjagkicfjdlgpcndf |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/convert-base64/dfnapbflpcpghnapjagkicfjdlgpcndf |
คำอธิบาย | Small tool that allow the conversions of imagens to base64. You can use the button to convert an imagem from your computer or the… |
ขนาดไฟล์ | 7.34 KB |
จำนวนการติดตั้ง | 14 |
เวอร์ชันปัจจุบัน | 1.3.1 |
อัปเดตครั้งล่าสุด | 2016-01-28 |
วันที่เผยแพร่ | 2016-01-28 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | André Paraíso |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Convert Base64", "version": "1.3.1", "manifest_version": 2, "icons": { "128": "logoprd.png" }, "background": { "persistent": false, "scripts": [ "\/src\/background.js" ] }, "browser_action": { "default_icon": "logoprd.png", "default_title": "Convert Base64", "default_popup": "src\/popup.html" }, "permissions": [ " |