Convert Base64

Small tool that allow the conversions of imagens to base64. You can use the button to convert an imagem from your computer or the…

Convert Base64 là gì?

Convert Base64 là một tiện ích mở rộng Chrome được phát triển bởi André Paraíso, và tính năng chính của nó là "Small tool that allow the conversions of imagens to base64. You can use the button to convert an imagem from your computer or the…".

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

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

                        Small tool that allow the conversions of imagens to base64. 
You can use the button to convert an imagem from your computer or the right mouse button in a webpage image to converter it.
The conversion is open in a new window that will allow you to copy it.                    

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

Tên Convert Base64 Convert Base64
ID dfnapbflpcpghnapjagkicfjdlgpcndf
URL Chính Thức https://chromewebstore.google.com/detail/convert-base64/dfnapbflpcpghnapjagkicfjdlgpcndf
Mô tả Small tool that allow the conversions of imagens to base64. You can use the button to convert an imagem from your computer or the…
Kích Thước Tệp 7.34 KB
Số Lần Cài Đặt 14
Phiên Bản Hiện Tại 1.3.1
Cập Nhật Lần Cuối 2016-01-28
Ngày Phát Hành 2016-01-28
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển André Paraíso
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": "Convert Base64",
    "version": "1.3.1",
    "manifest_version": 2,
    "icons": {
        "128": "logoprd.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "\/src\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "logoprd.png",
        "default_title": "Convert Base64",
        "default_popup": "src\/popup.html"
    },
    "permissions": [
        "",
        "contextMenus"
    ]
}