Codebox Button for GitHub

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

Was ist Codebox Button for GitHub?

Codebox Button for GitHub ist eine Chrome-Erweiterung, die von https://www.codebox.io entwickelt wurde, und ihr Hauptmerkmal ist "This extension adds a button to GitHub that lets you edit your projects directly in Codebox".

Erweiterungsscreenshots

screenshot

Codebox Button for GitHub-Erweiterungs-CRX-Datei herunterladen

Laden Sie Codebox Button for GitHub-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Codebox Button for GitHub Codebox Button for GitHub
ID elpfkjfgdbilpjldpbhdbdpaidobnjbg
Offizielle URL https://chromewebstore.google.com/detail/codebox-button-for-github/elpfkjfgdbilpjldpbhdbdpaidobnjbg
Beschreibung This extension adds a button to GitHub that lets you edit your projects directly in Codebox
Dateigröße 11.74 KB
Installationsanzahl 89
Aktuelle Version 1
Letztes Update 2014-03-25
Veröffentlichungsdatum 2014-03-25
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler https://www.codebox.io
Zahlungsart free
Erweiterungswebsite https://www.codebox.io
Unterstützte Sprachen 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"
}