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.
Основная информация о расширении
Название | 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 |
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" } |