Base64 URL Decoder & Opener
Decode a base64 URL (even encoded twice) and open it in the tab to the right.
Base64 URL Decoder & Openerคืออะไร?
Base64 URL Decoder & Opener เป็นส่วนขยายของ Chrome ที่พัฒนาโดย dvnchrmdev และคุณลักษณะหลักของมันคือ "Decode a base64 URL (even encoded twice) and open it in the tab to the right."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Base64 URL Decoder & Opener
ดาวน์โหลดไฟล์ส่วนขยาย Base64 URL Decoder & Opener ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This is an extension for a niche usage. It decodes a base64 encoded (once or twice) URL and opens the URL in the tab to the right (in background). That's it. No other extraneous functions. You probably don't need this!
Usage: Select a base64 url and right click to invoke the context menu. You will see 2 options: Decode Once & Decode Twice. Select the right option based on how many times the url was encoded. The extension will decode and open it in the right tab. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | dmjommdldlbamppffbonacmohmdlklmm |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/base64-url-decoder-opener/dmjommdldlbamppffbonacmohmdlklmm |
| คำอธิบาย | Decode a base64 URL (even encoded twice) and open it in the tab to the right. |
| ขนาดไฟล์ | 8.82 KB |
| จำนวนการติดตั้ง | 528 |
| เวอร์ชันปัจจุบัน | 1.1.0 |
| อัปเดตครั้งล่าสุด | 2022-12-07 |
| วันที่เผยแพร่ | 2022-05-04 |
| คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
| ผู้พัฒนา | dvnchrmdev |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| เว็บไซต์ส่วนขยาย | https://github.com/dvnlgls/Base64UrlDecoder |
| URL หน้าช่วยเหลือ | https://github.com/dvnlgls/Base64UrlDecoder/issues |
| ภาษาที่รองรับ | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Base64 URL Decoder & Opener",
"version": "1.1.0",
"description": "Decode a base64 URL (even encoded twice) and open it in the tab to the right.",
"icons": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"author": "Devin",
"background": {
"service_worker": "background.js"
},
"permissions": [
"contextMenus"
],
"homepage_url": "https:\/\/github.com\/dvnlgls\/Base64UrlDecoder"
} | |