Decode64

A chrome extension to encode and decode base64 strings

Decode64 là gì?

Decode64 là một tiện ích mở rộng Chrome được phát triển bởi Baris, và tính năng chính của nó là "A chrome extension to encode and decode base64 strings".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Decode64

Tải xuống các tệp mở rộng Decode64 dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Decode64 Decode64
ID negeochodnalfpdkinmdlpcchefbjoif
URL Chính Thức https://chromewebstore.google.com/detail/decode64/negeochodnalfpdkinmdlpcchefbjoif
Mô tả A chrome extension to encode and decode base64 strings
Kích Thước Tệp 109 KB
Số Lần Cài Đặt 37
Phiên Bản Hiện Tại 2.0.0
Cập Nhật Lần Cuối 2023-02-01
Ngày Phát Hành 2021-04-21
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Baris
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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": []
        }
    ]
}