Open in Code

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

Open in Code क्या है?

Open in Code Mohamad Jahani द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension downloads and opens current viewing Github file in Microsoft Visual Studio Code"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Open in Code एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
सहायता पृष्ठ URL 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\/*"
    ]
}