Codebox Button for GitHub

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

Hvad er Codebox Button for GitHub?

Codebox Button for GitHub er en Chrome-udvidelse udviklet af https://www.codebox.io, og dens hovedfunktion er "This extension adds a button to GitHub that lets you edit your projects directly in Codebox".

Udvidelsesskærmbilleder

screenshot

Download Codebox Button for GitHub-udvidelses-CRX-fil

Download Codebox Button for GitHub-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Codebox Button for GitHub Codebox Button for GitHub
ID elpfkjfgdbilpjldpbhdbdpaidobnjbg
Officiel URL https://chromewebstore.google.com/detail/codebox-button-for-github/elpfkjfgdbilpjldpbhdbdpaidobnjbg
Beskrivelse This extension adds a button to GitHub that lets you edit your projects directly in Codebox
Filstørrelse 11.74 KB
Antal Installationer 89
Nuværende Version 1
Senest Opdateret 2014-03-25
Udgivelsesdato 2014-03-25
Bedømmelse 5.00/5 Samlet 2 Bedømmelser
Udvikler https://www.codebox.io
Betalingsmetode free
Udvidelseswebsted https://www.codebox.io
Understøttede Sprog 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"
}