Base64 Encoder and Decoder
Encode plain text to Base64, Decode Base64 text to plain text – All functionality available offline also.
Base64 Encoder and Decoderคืออะไร?
Base64 Encoder and Decoder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.linkwebbie.com และคุณลักษณะหลักของมันคือ "Encode plain text to Base64, Decode Base64 text to plain text – All functionality available offline also."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Base64 Encoder and Decoder
ดาวน์โหลดไฟล์ส่วนขยาย Base64 Encoder and Decoder ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Easily encode and decode strings in base64 with Link Webbie new chrome extension, which gives the simplicity in encoding and decoding text or strings in base64. This extension can be used while you look at different websites on the web even encode there content in base64.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Base64 Encoder and Decoder |
ID | hmndaanmnneonjcekcbeeedioimiffpj |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/base64-encoder-and-decode/hmndaanmnneonjcekcbeeedioimiffpj |
คำอธิบาย | Encode plain text to Base64, Decode Base64 text to plain text – All functionality available offline also. |
ขนาดไฟล์ | 64 KB |
จำนวนการติดตั้ง | 3,928 |
เวอร์ชันปัจจุบัน | 1.5.2 |
อัปเดตครั้งล่าสุด | 2022-10-18 |
วันที่เผยแพร่ | 2018-08-01 |
คะแนน | 4.67/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | https://www.linkwebbie.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.linkwebbie.com |
URL หน้านโยบายความเป็นส่วนตัว | https://www.linkwebbie.com/legal/privacy-policy |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Base64 Encoder and Decoder", "version": "1.5.2", "offline_enabled": true, "description": "Encode plain text to Base64, Decode Base64 text to plain text \u2013 All functionality available offline also. ", "icons": { "16": "images\/icon.png", "32": "images\/icon.png", "48": "images\/icon.png", "128": "images\/icon.png" }, "action": { "default_title": "Base 64 Encoder and Decoder", "default_popup": "popup.html", "default_icon": "images\/icon.png" }, "manifest_version": 3 } |