Codebox Button for GitHub

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

Qu'est-ce que Codebox Button for GitHub ?

Codebox Button for GitHub est une extension Chrome développée par https://www.codebox.io, et sa fonction principale est "This extension adds a button to GitHub that lets you edit your projects directly in Codebox".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Codebox Button for GitHub

Téléchargez les fichiers d'extension Codebox Button for GitHub au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Codebox Button for GitHub Codebox Button for GitHub
ID elpfkjfgdbilpjldpbhdbdpaidobnjbg
URL Officiel https://chromewebstore.google.com/detail/codebox-button-for-github/elpfkjfgdbilpjldpbhdbdpaidobnjbg
Description This extension adds a button to GitHub that lets you edit your projects directly in Codebox
Taille du Fichier 11.74 KB
Nombre d'Installations 89
Version Actuelle 1
Dernière Mise à Jour 2014-03-25
Date de Publication 2014-03-25
Évaluation 5.00/5 Total 2 Évaluations
Développeur https://www.codebox.io
Type de Paiement free
Site Web de l'Extension https://www.codebox.io
Langues Prises en Charge 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"
}