Base64 encoder & decoder
Encode text into base64 and base64 into text
Base64 encoder & decoderคืออะไร?
Base64 encoder & decoder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Developer64 และคุณลักษณะหลักของมันคือ "Encode text into base64 and base64 into text"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Base64 encoder & decoder
ดาวน์โหลดไฟล์ส่วนขยาย Base64 encoder & decoder ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Encode some text into base64 in your browser ! Easy and fast. You can encode text into base64 and base64 into text. Just in your browser.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Base64 encoder & decoder |
ID | jiklnlhpmjoonfenfeebmmgbkmlmfcjk |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/base64-encoder-decoder/jiklnlhpmjoonfenfeebmmgbkmlmfcjk |
คำอธิบาย | Encode text into base64 and base64 into text |
ขนาดไฟล์ | 6.63 KB |
จำนวนการติดตั้ง | 27 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2018-11-02 |
วันที่เผยแพร่ | 2018-11-02 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | Developer64 |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://sites.google.com/view/mineblock-app |
URL หน้าช่วยเหลือ | https://sites.google.com/view/mineblock-app/help |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Base64 encoder & decoder", "version": "1.0", "description": "Encode text into base64 and base64 into text", "manifest_version": 2, "browser_action": { "default_popup": "popup.html", "default_icon": "icon.png" }, "permissions": [ "activeTab" ] } |