URLs Decoder/Encoder with unique characters

Simultaneously decodes the current tab URL or decode/encode multiple URLs by pasting them to the text area.

Что такое URLs Decoder/Encoder with unique characters?

URLs Decoder/Encoder with unique characters - это расширение Chrome, разработанное Mendy Leizerovich, и его основная функция - "Simultaneously decodes the current tab URL or decode/encode multiple URLs by pasting them to the text area.".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения URLs Decoder/Encoder with unique characters

Скачайте файлы расширений URLs Decoder/Encoder with unique characters в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        The extension simultaneously decodes the current tab URL or decode/encode multiple URLs by pasting them to the text area and let you copy the result with one button.

It will remember the last decoded URLs, you can clear them using the "Clear URLs" button.

Double click on a decoded URL will select the whole line.
 
The extension manifest icons (all the sizes) are from - Link icon by Icons8: https://icons8.com/icon/80410/link .                    

Основная информация о расширении

Название URLs Decoder/Encoder with unique characters URLs Decoder/Encoder with unique characters
ID jpdcolaeaiichiecnellpcmmiafhamll
Официальный URL https://chromewebstore.google.com/detail/urls-decoderencoder-with/jpdcolaeaiichiecnellpcmmiafhamll
Описание Simultaneously decodes the current tab URL or decode/encode multiple URLs by pasting them to the text area.
Размер файла 282 KB
Количество установок 344
Текущая Версия 1.2.0
Последнее Обновление 2021-11-04
Дата публикации 2020-05-02
Рейтинг 5.00/5 Всего 2 оценок
Разработчик Mendy Leizerovich
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://github.com/mendz/urls-decoder
URL страницы помощи https://github.com/mendz/urls-decoder/issues
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "URLs Decoder\/Encoder with unique characters",
    "short_name": "URLs Decoder\/Encoder",
    "description": "Simultaneously decodes the current tab URL or decode\/encode multiple URLs by pasting them to the text area.",
    "version": "1.2.0",
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "index.html",
        "default_title": "URLs Decoder",
        "default_icon": {
            "16": "static\/icons\/icons8-link-16.png",
            "32": "static\/icons\/icons8-link-32.png",
            "48": "static\/icons\/icons8-link-48.png",
            "60": "static\/icons\/icons8-link-60.png",
            "128": "static\/icons\/icons8-link-128.png"
        }
    },
    "icons": {
        "16": "static\/icons\/icons8-link-16.png",
        "32": "static\/icons\/icons8-link-32.png",
        "48": "static\/icons\/icons8-link-48.png",
        "60": "static\/icons\/icons8-link-60.png",
        "128": "static\/icons\/icons8-link-128.png"
    },
    "permissions": [
        "tabs",
        "storage"
    ]
}