Decode64

A chrome extension to encode and decode base64 strings

Decode64คืออะไร?

Decode64 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Baris และคุณลักษณะหลักของมันคือ "A chrome extension to encode and decode base64 strings"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Decode64

ดาวน์โหลดไฟล์ส่วนขยาย Decode64 ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This extension allows you to encode and decide any given string from and to base64.

Features: 
- Encode String
- Decode Base64 String
- Ability to encode a string twice
- Ability to decode a string that's been encoded twice
- Darkmode                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Decode64 Decode64
ID negeochodnalfpdkinmdlpcchefbjoif
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/decode64/negeochodnalfpdkinmdlpcchefbjoif
คำอธิบาย A chrome extension to encode and decode base64 strings
ขนาดไฟล์ 109 KB
จำนวนการติดตั้ง 37
เวอร์ชันปัจจุบัน 2.0.0
อัปเดตครั้งล่าสุด 2023-02-01
วันที่เผยแพร่ 2021-04-21
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Baris
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "A chrome extension to encode and decode base64 strings",
    "version": "2.0.0",
    "manifest_version": 3,
    "name": "Decode64",
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon-34.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "icon-128.png",
                "icon-34.png"
            ],
            "matches": []
        }
    ]
}