Clip64 Base64 Decoder

Decode Base64 to the clipboard.

Clip64 Base64 Decoder là gì?

Clip64 Base64 Decoder là một tiện ích mở rộng Chrome được phát triển bởi jacksteamdev, và tính năng chính của nó là "Decode Base64 to the clipboard.".

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

screenshot
screenshot

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

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

                        Clip64 decodes Base64 straight to your clipboard! Desktop notification included.

Need to decode Base64 in your browser?

Tired of going to Base64 decoder websites?

This is a Chrome Extension that does one thing. It adds an option to decode Base64 when you right-click some selected text.

Try it, you'll like it.                    

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

Tên Clip64 Base64 Decoder Clip64 Base64 Decoder
ID hdneaoibdfdmifgfjjlkbkceanhjmgch
URL Chính Thức https://chromewebstore.google.com/detail/clip64-base64-decoder/hdneaoibdfdmifgfjjlkbkceanhjmgch
Mô tả Decode Base64 to the clipboard.
Kích Thước Tệp 632 KB
Số Lần Cài Đặt 768
Phiên Bản Hiện Tại 0.5.1
Cập Nhật Lần Cuối 2019-03-06
Ngày Phát Hành 2019-03-05
Đánh Giá 5.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển jacksteamdev
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",
    "manifest_version": 2,
    "name": "Clip64 Base64 Decoder",
    "version": "0.5.1",
    "description": "Decode Base64 to the clipboard.",
    "author": "Jack and Amy Steam ",
    "short_name": "Clip64",
    "browser_action": {
        "default_icon": {
            "16": "images\/clip64-icon-16.png"
        }
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "images\/clip64-icon-16.png",
        "48": "images\/clip64-icon-48.png",
        "128": "images\/clip64-icon-128.png"
    },
    "permissions": [
        "contextMenus",
        "notifications"
    ]
}