Codebox Button for GitHub

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

Wat is Codebox Button for GitHub?

Codebox Button for GitHub is een Chrome-extensie ontwikkeld door https://www.codebox.io, en de belangrijkste functie is "This extension adds a button to GitHub that lets you edit your projects directly in Codebox".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Codebox Button for GitHub

Download Codebox Button for GitHub-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Codebox Button for GitHub Codebox Button for GitHub
ID elpfkjfgdbilpjldpbhdbdpaidobnjbg
Officiële URL https://chromewebstore.google.com/detail/codebox-button-for-github/elpfkjfgdbilpjldpbhdbdpaidobnjbg
Beschrijving This extension adds a button to GitHub that lets you edit your projects directly in Codebox
Bestandsgrootte 11.74 KB
Aantal Installaties 89
Huidige Versie 1
Laatst Bijgewerkt 2014-03-25
Publicatiedatum 2014-03-25
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar https://www.codebox.io
Betalingswijze free
Extensiewebsite https://www.codebox.io
Ondersteunde Talen 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"
}