Image To Base64

Convert local image file to base64 data.

Image To Base64 là gì?

Image To Base64 là một tiện ích mở rộng Chrome được phát triển bởi sxshengyushan, và tính năng chính của nó là "Convert local image file to base64 data.".

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

screenshot
screenshot
screenshot

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

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

                        Users can directly convert local pictures into base64 data through this extension, without running local commands or opening web pages with the same function. This extension can provide conversion services more conveniently                    

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

Tên Image To Base64 Image To Base64
ID fdldjonkclmoealklnknlphepoijbjbf
URL Chính Thức https://chromewebstore.google.com/detail/image-to-base64/fdldjonkclmoealklnknlphepoijbjbf
Mô tả Convert local image file to base64 data.
Kích Thước Tệp 729 KB
Số Lần Cài Đặt 83
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2020-10-20
Ngày Phát Hành 2020-10-01
Nhà Phát Triển sxshengyushan
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": "Image To Base64",
    "version": "1.0.0",
    "description": "Convert local image file to base64 data.",
    "browser_action": {
        "default_popup": "popup\/index.html",
        "default_title": "Begin to convert image to Base64"
    },
    "icons": {
        "16": ".\/assets\/icon16.png",
        "48": ".\/assets\/icon48.png",
        "128": ".\/assets\/icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' 'sha256-...='; object-src 'self'"
}