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"
}
} | |