URLs Decoder/Encoder with unique characters

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

O que é URLs Decoder/Encoder with unique characters?

URLs Decoder/Encoder with unique characters é uma extensão do Chrome desenvolvida por Mendy Leizerovich, e sua principal característica é "Simultaneously decodes the current tab URL or decode/encode multiple URLs by pasting them to the text area.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão URLs Decoder/Encoder with unique characters

Baixe arquivos de extensão URLs Decoder/Encoder with unique characters no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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 .                    

Informações Básicas da Extensão

Nome URLs Decoder/Encoder with unique characters URLs Decoder/Encoder with unique characters
ID jpdcolaeaiichiecnellpcmmiafhamll
URL Oficial https://chromewebstore.google.com/detail/urls-decoderencoder-with/jpdcolaeaiichiecnellpcmmiafhamll
Descrição Simultaneously decodes the current tab URL or decode/encode multiple URLs by pasting them to the text area.
Tamanho do Arquivo 282 KB
Contagem de Instalações 344
Versão Atual 1.2.0
Última Atualização 2021-11-04
Data de Publicação 2020-05-02
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor Mendy Leizerovich
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/mendz/urls-decoder
URL da Página de Ajuda https://github.com/mendz/urls-decoder/issues
Idiomas Suportados 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"
    ]
}