Base64 decode & copy

Decode & copy selected Base64-encoded text in one step!

Base64 decode & copy là gì?

Base64 decode & copy là một tiện ích mở rộng Chrome được phát triển bởi Daniel de la Cruz, và tính năng chính của nó là "Decode & copy selected Base64-encoded text in one step!".

Ả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 Base64 decode & copy

Tải xuống các tệp mở rộng Base64 decode & copy 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

                        Adds a "Base64 decode selection" menu item to the context menu, enabling you to conveniently decode and copy Base64 text to your clipboard in one action.

Usage instructions:
1. In your browser window, select the Base64-encoded text you would like to decode.
2. Right-Click and select "Base64 decode selection".
3. A confirmation box will appear. If successful, the decoded text will be displayed in the confirmation box and copied to your clipboard to be pasted where needed.                    

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

Tên Base64 decode & copy Base64 decode & copy
ID llcfmnginbnmkeddkjjellcimmffjdcf
URL Chính Thức https://chromewebstore.google.com/detail/base64-decode-copy/llcfmnginbnmkeddkjjellcimmffjdcf
Mô tả Decode & copy selected Base64-encoded text in one step!
Kích Thước Tệp 5.75 KB
Số Lần Cài Đặt 3,086
Phiên Bản Hiện Tại 1.2.1
Cập Nhật Lần Cuối 2022-06-04
Ngày Phát Hành 2020-04-12
Đánh Giá 4.83/5 Tổng số 6 Đánh Giá
Nhà Phát Triển Daniel de la Cruz
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",
    "name": "Base64 decode & copy",
    "version": "1.2.1",
    "manifest_version": 3,
    "description": "Decode & copy selected Base64-encoded text in one step!",
    "author": "Daniel de la Cruz",
    "icons": {
        "16": "icon16.png",
        "128": "icon128.png"
    },
    "permissions": [
        "contextMenus",
        "activeTab",
        "clipboardWrite",
        "scripting"
    ],
    "background": {
        "service_worker": "script.js"
    }
}