Base64 decode & copy
Decode & copy selected Base64-encoded text in one step!
Base64 decode & copyคืออะไร?
Base64 decode & copy เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Daniel de la Cruz และคุณลักษณะหลักของมันคือ "Decode & copy selected Base64-encoded text in one step!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Base64 decode & copy
ดาวน์โหลดไฟล์ส่วนขยาย Base64 decode & copy ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Adds a "Base64 decode selection" menu item to the context menu, enabling you to conveniently decode and copy Base64 text to your clipboard in one action.
Usage instructions:
1. In your browser window, select the Base64-encoded text you would like to decode.
2. Right-Click and select "Base64 decode selection".
3. A confirmation box will appear. If successful, the decoded text will be displayed in the confirmation box and copied to your clipboard to be pasted where needed. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | llcfmnginbnmkeddkjjellcimmffjdcf |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/base64-decode-copy/llcfmnginbnmkeddkjjellcimmffjdcf |
| คำอธิบาย | Decode & copy selected Base64-encoded text in one step! |
| ขนาดไฟล์ | 5.75 KB |
| จำนวนการติดตั้ง | 3,086 |
| เวอร์ชันปัจจุบัน | 1.2.1 |
| อัปเดตครั้งล่าสุด | 2022-06-04 |
| วันที่เผยแพร่ | 2020-04-12 |
| คะแนน | 4.83/5 รวมทั้งหมด 6 คะแนน |
| ผู้พัฒนา | Daniel de la Cruz |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Base64 decode & copy",
"version": "1.2.1",
"manifest_version": 3,
"description": "Decode & copy selected Base64-encoded text in one step!",
"author": "Daniel de la Cruz",
"icons": {
"16": "icon16.png",
"128": "icon128.png"
},
"permissions": [
"contextMenus",
"activeTab",
"clipboardWrite",
"scripting"
],
"background": {
"service_worker": "script.js"
}
} | |