Codebox Button for GitHub

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

Apa itu Codebox Button for GitHub?

Codebox Button for GitHub adalah ekstensi Chrome yang dikembangkan oleh https://www.codebox.io, dan fitur utamanya adalah "This extension adds a button to GitHub that lets you edit your projects directly in Codebox".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Codebox Button for GitHub

Unduh file ekstensi Codebox Button for GitHub dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Codebox Button for GitHub Codebox Button for GitHub
ID elpfkjfgdbilpjldpbhdbdpaidobnjbg
URL Resmi https://chromewebstore.google.com/detail/codebox-button-for-github/elpfkjfgdbilpjldpbhdbdpaidobnjbg
Deskripsi This extension adds a button to GitHub that lets you edit your projects directly in Codebox
Ukuran File 11.74 KB
Jumlah Instalasi 89
Versi Saat Ini 1
Terakhir Diperbarui 2014-03-25
Tanggal Publikasi 2014-03-25
Penilaian 5.00/5 Total 2 Penilaian
Pengembang https://www.codebox.io
Tipe Pembayaran free
Situs Ekstensi https://www.codebox.io
Bahasa yang Didukung 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"
}