Open with Stackblitz

This extension can be clicked on the icon to open the Github repository using Stackblitz.

Open with Stackblitz क्या है?

Open with Stackblitz yinjiazeng द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension can be clicked on the icon to open the Github repository using Stackblitz."।

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

screenshot

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

crx प्रारूप में Open with Stackblitz एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        This extension can be clicked on the icon to open the Github repository using Stackblitz.                    

एक्सटेंशन की मूल जानकारी

नाम Open with Stackblitz Open with Stackblitz
ID mlgfgpkgjjmdgnekcdidfjjoipeohifc
आधिकारिक URL https://chrome.google.com/webstore/detail/open-with-stackblitz/mlgfgpkgjjmdgnekcdidfjjoipeohifc
विवरण This extension can be clicked on the icon to open the Github repository using Stackblitz.
फ़ाइल का आकार 13.71 KB
स्थापना संख्या 89
वर्तमान संस्करण 1.0.0
अंतिम अपडेट 2019-09-07
प्रकाशन तिथि 2019-09-06
डेवलपर yinjiazeng
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Open with Stackblitz",
    "description": "This extension can be clicked on the icon to open the Github repository using Stackblitz.",
    "version": "1.0.0",
    "browser_action": {
        "default_icon": {
            "16": "icons\/16_disable.png",
            "48": "icons\/48_disable.png",
            "128": "icons\/128_disable.png"
        }
    },
    "icons": {
        "16": "icons\/16_enable.png",
        "48": "icons\/48_enable.png",
        "128": "icons\/128_enable.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs"
    ],
    "manifest_version": 2
}