Codebox Button for GitHub

This extension adds a button to GitHub that lets you edit your projects directly in Codebox

Codebox Button for GitHub क्या है?

Codebox Button for GitHub https://www.codebox.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension adds a button to GitHub that lets you edit your projects directly in Codebox"।

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

screenshot

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

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

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

                        This extension lets you open GitHub projects in the most powerful cloud IDE.                    

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

नाम Codebox Button for GitHub Codebox Button for GitHub
ID elpfkjfgdbilpjldpbhdbdpaidobnjbg
आधिकारिक URL https://chromewebstore.google.com/detail/codebox-button-for-github/elpfkjfgdbilpjldpbhdbdpaidobnjbg
विवरण This extension adds a button to GitHub that lets you edit your projects directly in Codebox
फ़ाइल का आकार 11.74 KB
स्थापना संख्या 89
वर्तमान संस्करण 1
अंतिम अपडेट 2014-03-25
प्रकाशन तिथि 2014-03-25
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर https://www.codebox.io
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.codebox.io
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Codebox Button for GitHub",
    "description": "This extension adds a button to GitHub that lets you edit your projects directly in Codebox",
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "js": [
                "github.js"
            ],
            "matches": [
                "https:\/\/github.com\/*"
            ]
        }
    ],
    "icons": {
        "128": "icons\/128.png"
    },
    "manifest_version": 2,
    "version": "1"
}