Instant Base64

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

什麼是Instant Base64?

Instant Base64是由Marius Olbertz開發的Chrome擴展程式,該擴展的主要功能是“Instantly converts an image to its Base64 string value and copies it to the clipboard.”。

擴展截圖

screenshot

下載Instant Base64擴展crx文件

下載Instant Base64擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

擴展基本資訊

名稱 Instant Base64 Instant Base64
ID ikfcjclgcgglkgmcanalhmmjomgilcph
官方網址 https://chromewebstore.google.com/detail/instant-base64/ikfcjclgcgglkgmcanalhmmjomgilcph
簡介 Instantly converts an image to its Base64 string value and copies it to the clipboard.
檔案大小 7.64 KB
安裝次數 110
目前版本 0.2.0
更新時間 2014-08-11
上架時間 2014-08-11
評分 4.00/5 共 2 次評分
開發者 Marius Olbertz
付費類型 free
支援的語言 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
}