Unicode decode & copy

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

Apa itu Unicode decode & copy?

Unicode decode & copy adalah ekstensi Chrome yang dikembangkan oleh https://chrisjune.dev, dan fitur utamanya adalah "Decode & copy selected Unicode-encoded text in one step!".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Unicode decode & copy

Unduh file ekstensi Unicode decode & copy dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Unicode decode & copy Unicode decode & copy
ID mecikefjmbpjmpadkanmkgjmgchpooda
URL Resmi https://chromewebstore.google.com/detail/unicode-decode-copy/mecikefjmbpjmpadkanmkgjmgchpooda
Deskripsi Decode & copy selected Unicode-encoded text in one step!
Ukuran File 13.12 KB
Jumlah Instalasi 64
Versi Saat Ini 1.2
Terakhir Diperbarui 2021-08-12
Tanggal Publikasi 2021-08-05
Penilaian 5.00/5 Total 1 Penilaian
Pengembang https://chrisjune.dev
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://chrisjune.dev
Bahasa yang Didukung 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": [
        "*:\/\/*\/*"
    ]
}