Decode URLs

Decode URLs to make it easy to share URLs in non Latin characters (Hebrew, Arabic, etc.).

ما هو Decode URLs؟

Decode URLs هو إضافة Chrome تم تطويرها بواسطة Avi Klein، والميزة الرئيسية لها هي "Decode URLs to make it easy to share URLs in non Latin characters (Hebrew, Arabic, etc.).".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Decode URLs

قم بتنزيل ملفات الامتداد Decode URLs بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Decode URLs to make it easy to share URLs in non Latin characters (Hebrew, Arabic, etc.).                    

معلومات أساسية عن التمديد

الاسم Decode URLs Decode URLs
ID ammnkklofnncmpmenbffefpmdnocnmlp
عنوان URL الرسمي https://chromewebstore.google.com/detail/decode-urls/ammnkklofnncmpmenbffefpmdnocnmlp
الوصف Decode URLs to make it easy to share URLs in non Latin characters (Hebrew, Arabic, etc.).
حجم الملف 7.79 KB
عدد التثبيتات 238
النسخة الحالية 1
آخر تحديث 2019-04-24
تاريخ النشر 2019-04-24
تقييم 5.00/5 مجموع تقييمات 1
المطور Avi Klein
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Decode URLs",
    "short_name": "Decode URLs",
    "version": "1",
    "browser_action": {
        "default_icon": {
            "19": "icon19.png",
            "38": "icon38.png"
        },
        "default_popup": "Popup.html"
    },
    "permissions": [
        "tabs"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}