Toggle .h <-> .cpp

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

Wat is Toggle .h <-> .cpp?

Toggle .h <-> .cpp is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Toggle between a url which ends in .h and a url which ends in .cpp".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Toggle .h <-> .cpp

Download Toggle .h <-> .cpp-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

                        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.                    

Basisinformatie over de Extensie

Naam Toggle .h <-> .cpp Toggle .h <-> .cpp
ID gmmjjeabhacjmcldbnopiijcbbilbjhc
Officiële URL https://chromewebstore.google.com/detail/toggle-h-%3C-%3E-cpp/gmmjjeabhacjmcldbnopiijcbbilbjhc
Beschrijving Toggle between a url which ends in .h and a url which ends in .cpp
Bestandsgrootte 5.68 KB
Aantal Installaties 25
Huidige Versie 1.0.0
Laatst Bijgewerkt 2017-01-08
Publicatiedatum 2017-01-08
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Unknown
Betalingswijze free
Extensiewebsite https://github.com/adamncasey/headertoggle
Help Pagina-URL https://github.com/adamncasey/headertoggle
Ondersteunde Talen 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"
        }
    }
}