Instant Base64
Instantly converts an image to its Base64 string value and copies it to the clipboard.
Instant Base64คืออะไร?
Instant Base64 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Marius Olbertz และคุณลักษณะหลักของมันคือ "Instantly converts an image to its Base64 string value and copies it to the clipboard."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Instant Base64
ดาวน์โหลดไฟล์ส่วนขยาย Instant Base64 ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Instantly converts an image to its Base64 string value and copies it to the clipboard.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Instant Base64 |
ID | ikfcjclgcgglkgmcanalhmmjomgilcph |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/instant-base64/ikfcjclgcgglkgmcanalhmmjomgilcph |
คำอธิบาย | Instantly converts an image to its Base64 string value and copies it to the clipboard. |
ขนาดไฟล์ | 7.64 KB |
จำนวนการติดตั้ง | 110 |
เวอร์ชันปัจจุบัน | 0.2.0 |
อัปเดตครั้งล่าสุด | 2014-08-11 |
วันที่เผยแพร่ | 2014-08-11 |
คะแนน | 4.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | Marius Olbertz |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Instant Base64", "version": "0.2.0", "description": "Instantly converts an image to its Base64 string value and copies it to the clipboard.", "permissions": [ "contextMenus", "clipboardWrite", "http:\/\/*\/*", "https:\/\/*\/*", "notifications" ], "icons": { "128": "icon.png" }, "background": { "scripts": [ "main.js" ] }, "manifest_version": 2 } |