Open in Code

This extension downloads and opens current viewing Github file in Microsoft Visual Studio Code

ما هو Open in Code؟

Open in Code هو إضافة Chrome تم تطويرها بواسطة Mohamad Jahani، والميزة الرئيسية لها هي "This extension downloads and opens current viewing Github file in Microsoft Visual Studio Code".

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

screenshot

تحميل ملف CRX للإضافة Open in Code

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

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

                        This extension downloads and opens current viewing Github file in Microsoft Visual Studio Code.

This project is a free software. The source code is available in the following repository under MIT license.
https://github.com/mamal72/open-in-code                    

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

الاسم Open in Code Open in Code
ID pojigilicipchiacceabcigkhkjhdcie
عنوان URL الرسمي https://chromewebstore.google.com/detail/open-in-code/pojigilicipchiacceabcigkhkjhdcie
الوصف This extension downloads and opens current viewing Github file in Microsoft Visual Studio Code
حجم الملف 15.18 KB
عدد التثبيتات 255
النسخة الحالية 0.2.3
آخر تحديث 2017-05-28
تاريخ النشر 2017-05-27
تقييم 2.67/5 مجموع تقييمات 3
المطور Mohamad Jahani
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/mamal72/open-in-code
عنوان صفحة المساعدة https://github.com/mamal72/open-in-code/issues
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Open in Code",
    "version": "0.2.3",
    "manifest_version": 2,
    "description": "This extension downloads and opens current viewing Github file in Microsoft Visual Studio Code",
    "homepage_url": "https:\/\/github.com\/mamal72\/open-in-code",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "page_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "Open in Code"
    },
    "permissions": [
        "tabs",
        "downloads",
        "downloads.shelf",
        "https:\/\/github.com\/*"
    ]
}