Short Cut for URL mapper

This extension will translate the URL in address bar

ما هو Short Cut for URL mapper؟

Short Cut for URL mapper هو إضافة Chrome تم تطويرها بواسطة lwpro2، والميزة الرئيسية لها هي "This extension will translate the URL in address bar".

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

تحميل ملف CRX للإضافة Short Cut for URL mapper

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

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

                        Tired of remembering the URLs ? Short Cut for URL mapper would enable you to configure the keyword to long URL mapping.                    

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

الاسم Short Cut for URL mapper Short Cut for URL mapper
ID lafchflokhmpcoaondfeffplkdnoaelh
عنوان URL الرسمي https://chromewebstore.google.com/detail/short-cut-for-url-mapper/lafchflokhmpcoaondfeffplkdnoaelh
الوصف This extension will translate the URL in address bar
حجم الملف 629 KB
عدد التثبيتات 17
النسخة الحالية 1.0
آخر تحديث 2016-06-11
تاريخ النشر 2016-06-11
تقييم 5.00/5 مجموع تقييمات 2
المطور lwpro2
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Short Cut for URL mapper",
    "description": "This extension will translate the URL in address bar",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "persistent": true,
        "scripts": [
            "background.js"
        ]
    },
    "commands": {
        "toggle": {
            "suggested_key": {
                "default": "Alt+Shift+A",
                "mac": "Command+Shift+Y"
            },
            "description": "Display Id and URL of the current open\/active tab.",
            "global": true
        }
    },
    "omnibox": {
        "keyword": "sc"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "storage",
        "http:\/\/*.google.com\/",
        "https:\/\/*.google.com\/"
    ]
}