Base 64 encode and decode tool
Simple base 64 encode and decode tool
Base 64 encode and decode toolคืออะไร?
Base 64 encode and decode tool เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Simple base 64 encode and decode tool"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Base 64 encode and decode tool
ดาวน์โหลดไฟล์ส่วนขยาย Base 64 encode and decode tool ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
A basic tool to convert plaint text to base64 encoded text.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Base 64 encode and decode tool |
ID | mlfhgcaofnakcomogbihkomendnaicjn |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/base-64-encode-and-decode/mlfhgcaofnakcomogbihkomendnaicjn |
คำอธิบาย | Simple base 64 encode and decode tool |
ขนาดไฟล์ | 647 KB |
จำนวนการติดตั้ง | 72 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2020-04-24 |
วันที่เผยแพร่ | 2020-04-24 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | Unknown |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Base 64 encode and decode tool", "version": "1.0", "description": "Simple base 64 encode and decode tool", "manifest_version": 2, "permissions": [ "activeTab" ], "browser_action": { "default_popup": "popup.html", "default_icon": { "128": "images\/icon128.png", "48": "images\/icon48.png", "16": "images\/icon16.png" } }, "icons": { "128": "images\/icon128.png", "48": "images\/icon48.png", "16": "images\/icon16.png" } } |