Instant Base64

Instantly converts an image to its Base64 string value and copies it to the clipboard.

Instant Base64 là gì?

Instant Base64 là một tiện ích mở rộng Chrome được phát triển bởi Marius Olbertz, và tính năng chính của nó là "Instantly converts an image to its Base64 string value and copies it to the clipboard.".

Ả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 Instant Base64

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

                        Instantly converts an image to its Base64 string value and copies it to the clipboard.                    

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

Tên Instant Base64 Instant Base64
ID ikfcjclgcgglkgmcanalhmmjomgilcph
URL Chính Thức https://chromewebstore.google.com/detail/instant-base64/ikfcjclgcgglkgmcanalhmmjomgilcph
Mô tả Instantly converts an image to its Base64 string value and copies it to the clipboard.
Kích Thước Tệp 7.64 KB
Số Lần Cài Đặt 110
Phiên Bản Hiện Tại 0.2.0
Cập Nhật Lần Cuối 2014-08-11
Ngày Phát Hành 2014-08-11
Đánh Giá 4.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Marius Olbertz
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": "Instant Base64",
    "version": "0.2.0",
    "description": "Instantly converts an image to its Base64 string value and copies it to the clipboard.",
    "permissions": [
        "contextMenus",
        "clipboardWrite",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "notifications"
    ],
    "icons": {
        "128": "icon.png"
    },
    "background": {
        "scripts": [
            "main.js"
        ]
    },
    "manifest_version": 2
}