copy-base64

Copy the image to the Clipboard in Base64 format. see source https://github.com/kyo-ago/copy-base64

copy-base64คืออะไร?

copy-base64 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://0-9.tumblr.com และคุณลักษณะหลักของมันคือ "Copy the image to the Clipboard in Base64 format. see source https://github.com/kyo-ago/copy-base64"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย copy-base64

ดาวน์โหลดไฟล์ส่วนขยาย copy-base64 ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Copy the image to the Clipboard in Base64 format.

see source https://github.com/kyo-ago/copy-base64                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ copy-base64 copy-base64
ID obeffifkdkfbpodhaoelcjdljgiapjnl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/copy-base64/obeffifkdkfbpodhaoelcjdljgiapjnl
คำอธิบาย Copy the image to the Clipboard in Base64 format. see source https://github.com/kyo-ago/copy-base64
ขนาดไฟล์ 7.14 KB
จำนวนการติดตั้ง 578
เวอร์ชันปัจจุบัน 0.0.4
อัปเดตครั้งล่าสุด 2014-01-23
วันที่เผยแพร่ 2014-01-23
คะแนน 3.67/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา https://0-9.tumblr.com
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "copy-base64",
    "version": "0.0.4",
    "manifest_version": 2,
    "icons": {
        "16": "logo.png",
        "128": "logo.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "\/src\/background.js"
        ]
    },
    "permissions": [
        "",
        "contextMenus",
        "clipboardWrite"
    ]
}