Local Server Shortcut

Shortcut to open webpages running on local servers.

ما هو Local Server Shortcut؟

Local Server Shortcut هو إضافة Chrome تم تطويرها بواسطة David Mihal، والميزة الرئيسية لها هي "Shortcut to open webpages running on local servers.".

تحميل ملف CRX للإضافة Local Server Shortcut

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

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

                        Shortcut to open webservers running on the local machine.                    

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

الاسم Local Server Shortcut Local Server Shortcut
ID apehmeaeoaoegjfahilhilcdilhbblnh
عنوان URL الرسمي https://chromewebstore.google.com/detail/local-server-shortcut/apehmeaeoaoegjfahilhilcdilhbblnh
الوصف Shortcut to open webpages running on local servers.
حجم الملف 19.82 KB
عدد التثبيتات 47
النسخة الحالية 0.0.2
آخر تحديث 2018-02-28
تاريخ النشر 2018-02-27
المطور David Mihal
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Local Server Shortcut",
    "version": "0.0.2",
    "manifest_version": 2,
    "description": "Shortcut to open webpages running on local servers.",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "Server list",
        "default_popup": "src\/browser_action\/browser_action.html"
    },
    "permissions": [
        "http:\/\/localhost\/*",
        "https:\/\/localhost\/*"
    ]
}