Decode URL by Click

Copy URL, Click Icon!

Apa itu Decode URL by Click?

Decode URL by Click adalah ekstensi Chrome yang dikembangkan oleh roeniss2, dan fitur utamanya adalah "Copy URL, Click Icon!".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Decode URL by Click

Unduh file ekstensi Decode URL by Click 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

                        1) Copy URL to your clipboard using Ctrl+C

2) Click the icon on extension tab (normally right-top corner)

3) Done! Now you have decoded URL in clipboard.

+) Once you clicked the icon, you must reload to decode another URL.

If you have any trouble or want to suggest a feature, feel free to talk to me! (https://github.com/roeniss/decodeURLbyClick-extension)                    

Informasi Dasar Ekstensi

Nama Decode URL by Click Decode URL by Click
ID mahkjonofhhakemoelnblidpijhjhabk
URL Resmi https://chromewebstore.google.com/detail/decode-url-by-click/mahkjonofhhakemoelnblidpijhjhabk
Deskripsi Copy URL, Click Icon!
Ukuran File 22.8 KB
Jumlah Instalasi 174
Versi Saat Ini 1.0
Terakhir Diperbarui 2020-12-17
Tanggal Publikasi 2020-12-17
Penilaian 5.00/5 Total 4 Penilaian
Pengembang roeniss2
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/roeniss/decodeURLbyClick-extension/
URL Halaman Bantuan https://github.com/roeniss/decodeURLbyClick-extension/issues
Bahasa yang Didukung ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Decode URL by Click",
    "description": "Copy URL, Click Icon!",
    "version": "1.0",
    "background": {
        "scripts": [
            "listeners.js"
        ],
        "persistent": false
    },
    "permissions": [
        "clipboardRead",
        "clipboardWrite"
    ],
    "browser_action": {
        "default_icon": {
            "16": "images\/icon16red.png",
            "24": "images\/icon24red.png",
            "32": "images\/icon32red.png",
            "48": "images\/icon48red.png",
            "128": "images\/icon128red.png"
        },
        "default_title": "Decode URL by Click"
    },
    "current_locale": "ko",
    "icons": {
        "16": "images\/icon16red.png",
        "48": "images\/icon48red.png",
        "128": "images\/icon128red.png"
    }
}