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".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة One Click URL Decoder
قم بتنزيل ملفات الامتداد One Click URL Decoder بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 معلومات أساسية عن التمديد
| الاسم | |
| 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 |
| عنوان صفحة المساعدة | 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"
]
} | |