One Click URL Decoder

Just click on the icon. It will decode and copy to your clipboard. Then press Ctrl+V

One Click URL Decoderคืออะไร?

One Click URL Decoder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://kirillgavrilenko.com และคุณลักษณะหลักของมันคือ "Just click on the icon. It will decode and copy to your clipboard. Then press Ctrl+V"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย One Click URL Decoder

ดาวน์โหลดไฟล์ส่วนขยาย One Click URL Decoder ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Decode URL - just one click away from pasting the beautiful original URL.
When you copy a non URL with non-English letters - you will paste it, and it will be one mess, super long, and not user-friendly. This extension makes all problems disappear - click and paste.

Here is why I made this extension: 
Copy and paste a messy URL make me angry, so I found a website that can decode the URL (https://meyerweb.com/eric/tools/dencoder/), but I too many steps. So I create this small extension with only one step - one click.

[This open-source project]

For any problems or suggestions - please reach me on Github \ Facebook \ Linkedin

Thanks,
Kirill                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ One Click URL Decoder One Click URL Decoder
ID dcahbeljhdhmphlddfafboghngpnhjgg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/one-click-url-decoder/dcahbeljhdhmphlddfafboghngpnhjgg
คำอธิบาย Just click on the icon. It will decode and copy to your clipboard. Then press Ctrl+V
ขนาดไฟล์ 8.95 KB
จำนวนการติดตั้ง 32
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2021-11-12
วันที่เผยแพร่ 2021-11-12
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา https://kirillgavrilenko.com
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ https://kirillgavrilenko.com/one-click-decoder-url/
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "One Click URL Decoder",
    "version": "1.1",
    "manifest_version": 2,
    "description": "Just click on the icon. It will decode and copy to your clipboard. Then press Ctrl+V",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon128.png"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "activeTab"
    ]
}