Unicode decode & copy

Decode & copy selected Unicode-encoded text in one step!

Was ist Unicode decode & copy?

Unicode decode & copy ist eine Chrome-Erweiterung, die von https://chrisjune.dev entwickelt wurde, und ihr Hauptmerkmal ist "Decode & copy selected Unicode-encoded text in one step!".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Unicode decode & copy-Erweiterungs-CRX-Datei herunterladen

Laden Sie Unicode decode & copy-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

                        You can decode Unicode easily.
Just drag and click to decode.
You can see decoded to popup and get copied to clipboard.                    

Grundlegende Informationen zur Erweiterung

Name Unicode decode & copy Unicode decode & copy
ID mecikefjmbpjmpadkanmkgjmgchpooda
Offizielle URL https://chromewebstore.google.com/detail/unicode-decode-copy/mecikefjmbpjmpadkanmkgjmgchpooda
Beschreibung Decode & copy selected Unicode-encoded text in one step!
Dateigröße 13.12 KB
Installationsanzahl 64
Aktuelle Version 1.2
Letztes Update 2021-08-12
Veröffentlichungsdatum 2021-08-05
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler https://chrisjune.dev
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://chrisjune.dev
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "homepage_url": "https:\/\/chrisjune.dev",
    "name": "Unicode decode & copy",
    "version": "1.2",
    "manifest_version": 3,
    "description": "Decode & copy selected Unicode-encoded text in one step!",
    "author": "chirsjune",
    "icons": {
        "16": ".\/icon\/icon16.png",
        "48": ".\/icon\/icon48.png",
        "128": ".\/icon\/icon128.png"
    },
    "permissions": [
        "activeTab",
        "scripting",
        "storage",
        "contextMenus"
    ],
    "background": {
        "service_worker": "background-wrapper.js"
    },
    "action": [],
    "host_permissions": [
        "*:\/\/*\/*"
    ]
}