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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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.
معلومات أساسية عن التمديد
الاسم | Base64 URL Decoder & Opener |
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 |
عنوان صفحة المساعدة | 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" } |