Toggle .h <-> .cpp

Toggle between a url which ends in .h and a url which ends in .cpp

Cos'è Toggle .h <-> .cpp?

Toggle .h <-> .cpp è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Toggle between a url which ends in .h and a url which ends in .cpp".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Toggle .h <-> .cpp

Scarica i file di estensione Toggle .h <-> .cpp in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Quickly toggle between a url which ends in .h and a url which ends in .cpp for browsing C++ code online Useful for GitHub, OpenGrok, etc.                    

Informazioni di Base sull'Estensione

Nome Toggle .h <-> .cpp Toggle .h <-> .cpp
ID gmmjjeabhacjmcldbnopiijcbbilbjhc
URL Ufficiale https://chromewebstore.google.com/detail/toggle-h-%3C-%3E-cpp/gmmjjeabhacjmcldbnopiijcbbilbjhc
Descrizione Toggle between a url which ends in .h and a url which ends in .cpp
Dimensione del File 5.68 KB
Conteggio Installazioni 25
Versione Corrente 1.0.0
Ultimo Aggiornamento 2017-01-08
Data di Pubblicazione 2017-01-08
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore Unknown
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/adamncasey/headertoggle
URL della Pagina di Aiuto https://github.com/adamncasey/headertoggle
Lingue Supportate en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Toggle .h <-> .cpp",
    "description": "Toggle between a url which ends in .h and a url which ends in .cpp",
    "version": "1.0.0",
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "",
        "tabs"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "commands": {
        "toggle-h-to-cpp": {
            "suggested_key": {
                "default": "Alt+C"
            },
            "description": "Toggle between a url which ends in .h and a url which ends in .cpp"
        }
    }
}