Clip64 Base64 Decoder

Decode Base64 to the clipboard.

Clip64 Base64 Decoderคืออะไร?

Clip64 Base64 Decoder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย jacksteamdev และคุณลักษณะหลักของมันคือ "Decode Base64 to the clipboard."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Clip64 Base64 Decoder

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

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

                        Clip64 decodes Base64 straight to your clipboard! Desktop notification included.

Need to decode Base64 in your browser?

Tired of going to Base64 decoder websites?

This is a Chrome Extension that does one thing. It adds an option to decode Base64 when you right-click some selected text.

Try it, you'll like it.                    

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

ชื่อ Clip64 Base64 Decoder Clip64 Base64 Decoder
ID hdneaoibdfdmifgfjjlkbkceanhjmgch
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/clip64-base64-decoder/hdneaoibdfdmifgfjjlkbkceanhjmgch
คำอธิบาย Decode Base64 to the clipboard.
ขนาดไฟล์ 632 KB
จำนวนการติดตั้ง 768
เวอร์ชันปัจจุบัน 0.5.1
อัปเดตครั้งล่าสุด 2019-03-06
วันที่เผยแพร่ 2019-03-05
คะแนน 5.00/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา jacksteamdev
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Clip64 Base64 Decoder",
    "version": "0.5.1",
    "description": "Decode Base64 to the clipboard.",
    "author": "Jack and Amy Steam ",
    "short_name": "Clip64",
    "browser_action": {
        "default_icon": {
            "16": "images\/clip64-icon-16.png"
        }
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "images\/clip64-icon-16.png",
        "48": "images\/clip64-icon-48.png",
        "128": "images\/clip64-icon-128.png"
    },
    "permissions": [
        "contextMenus",
        "notifications"
    ]
}