URLs Decoder/Encoder with unique characters

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

Was ist URLs Decoder/Encoder with unique characters?

URLs Decoder/Encoder with unique characters ist eine Chrome-Erweiterung, die von Mendy Leizerovich entwickelt wurde, und ihr Hauptmerkmal ist "Simultaneously decodes the current tab URL or decode/encode multiple URLs by pasting them to the text area.".

Erweiterungsscreenshots

screenshot
screenshot

URLs Decoder/Encoder with unique characters-Erweiterungs-CRX-Datei herunterladen

Laden Sie URLs Decoder/Encoder with unique characters-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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 .                    

Grundlegende Informationen zur Erweiterung

Name URLs Decoder/Encoder with unique characters URLs Decoder/Encoder with unique characters
ID jpdcolaeaiichiecnellpcmmiafhamll
Offizielle URL https://chromewebstore.google.com/detail/urls-decoderencoder-with/jpdcolaeaiichiecnellpcmmiafhamll
Beschreibung Simultaneously decodes the current tab URL or decode/encode multiple URLs by pasting them to the text area.
Dateigröße 282 KB
Installationsanzahl 344
Aktuelle Version 1.2.0
Letztes Update 2021-11-04
Veröffentlichungsdatum 2020-05-02
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler Mendy Leizerovich
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/mendz/urls-decoder
Hilfeseite URL https://github.com/mendz/urls-decoder/issues
Unterstützte Sprachen 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"
    ]
}