Unicode decode & copy

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

What is Unicode decode & copy?

Unicode decode & copy is a Chrome extension developed by https://chrisjune.dev, and its main feature is "Decode & copy selected Unicode-encoded text in one step!".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Unicode decode & copy Extension CRX File

Download Unicode decode & copy extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Unicode decode & copy Unicode decode & copy
ID mecikefjmbpjmpadkanmkgjmgchpooda
Official URL https://chromewebstore.google.com/detail/unicode-decode-copy/mecikefjmbpjmpadkanmkgjmgchpooda
Description Decode & copy selected Unicode-encoded text in one step!
File Size 13.12 KB
Installation Count 64
Current Version 1.2
Last Updated 2021-08-12
Publish Date 2021-08-05
Rating 5.00/5 Total 1 Ratings
Developer https://chrisjune.dev
Email [email protected]
Payment Type free
Extension Website https://chrisjune.dev
Supported Languages 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": [
        "*:\/\/*\/*"
    ]
}