Base64 to Image

A base64 encoder/decoder extensions for the chrome, 增加文件上传、远端文件的加载显示

Base64 to Image क्या है?

Base64 to Image junjihe द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A base64 encoder/decoder extensions for the chrome, 增加文件上传、远端文件的加载显示"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Base64 to Image एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        用来将 Base64 编码的字符串数据渲染为图片,方便从后端返回的base64格式的图片数据直接显示为图片。
- A base64  encoder data display in image.
- 增加记录上一次的正确显示的base图片。
- 增加识别剪切板数据自动解析功能
- 增加base64字符串、和图片url 、上传本地base64文件等功能                    

एक्सटेंशन की मूल जानकारी

नाम Base64 to Image Base64 to Image
ID iehcmnpigdofkabpfmehknobccpcjfhb
आधिकारिक URL https://chromewebstore.google.com/detail/base64-to-image/iehcmnpigdofkabpfmehknobccpcjfhb
विवरण A base64 encoder/decoder extensions for the chrome, 增加文件上传、远端文件的加载显示
फ़ाइल का आकार 151 KB
स्थापना संख्या 110
वर्तमान संस्करण 0.1.7
अंतिम अपडेट 2024-01-21
प्रकाशन तिथि 2020-11-17
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर junjihe
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL http://devfront.top/file-page/privacy.html
समर्थित भाषाएँ en,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Base64 to Image",
    "version": "0.1.7",
    "description": "A base64 encoder\/decoder extensions for the chrome, \u589e\u52a0\u6587\u4ef6\u4e0a\u4f20\u3001\u8fdc\u7aef\u6587\u4ef6\u7684\u52a0\u8f7d\u663e\u793a",
    "manifest_version": 3,
    "default_locale": "en",
    "action": {
        "default_popup": "index.html"
    },
    "icons": {
        "16": "assets\/icons\/16.png",
        "48": "assets\/icons\/48.png",
        "128": "assets\/icons\/128.png"
    },
    "permissions": [
        "clipboardRead",
        "declarativeNetRequest"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "assets\/rules.json"
            }
        ]
    }
}