URLs Decoder/Encoder with unique characters

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

Cos'è URLs Decoder/Encoder with unique characters?

URLs Decoder/Encoder with unique characters è un'estensione di Chrome sviluppata da Mendy Leizerovich, e la sua funzione principale è "Simultaneously decodes the current tab URL or decode/encode multiple URLs by pasting them to the text area.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione URLs Decoder/Encoder with unique characters

Scarica i file di estensione URLs Decoder/Encoder with unique characters in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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 .                    

Informazioni di Base sull'Estensione

Nome URLs Decoder/Encoder with unique characters URLs Decoder/Encoder with unique characters
ID jpdcolaeaiichiecnellpcmmiafhamll
URL Ufficiale https://chromewebstore.google.com/detail/urls-decoderencoder-with/jpdcolaeaiichiecnellpcmmiafhamll
Descrizione Simultaneously decodes the current tab URL or decode/encode multiple URLs by pasting them to the text area.
Dimensione del File 282 KB
Conteggio Installazioni 344
Versione Corrente 1.2.0
Ultimo Aggiornamento 2021-11-04
Data di Pubblicazione 2020-05-02
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore Mendy Leizerovich
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/mendz/urls-decoder
URL della Pagina di Aiuto https://github.com/mendz/urls-decoder/issues
Lingue Supportate 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"
    ]
}