Toggle .h <-> .cpp

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

Qu'est-ce que Toggle .h <-> .cpp ?

Toggle .h <-> .cpp est une extension Chrome développée par Unknown, et sa fonction principale est "Toggle between a url which ends in .h and a url which ends in .cpp".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Toggle .h <-> .cpp

Téléchargez les fichiers d'extension Toggle .h <-> .cpp au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Toggle .h <-> .cpp Toggle .h <-> .cpp
ID gmmjjeabhacjmcldbnopiijcbbilbjhc
URL Officiel https://chromewebstore.google.com/detail/toggle-h-%3C-%3E-cpp/gmmjjeabhacjmcldbnopiijcbbilbjhc
Description Toggle between a url which ends in .h and a url which ends in .cpp
Taille du Fichier 5.68 KB
Nombre d'Installations 25
Version Actuelle 1.0.0
Dernière Mise à Jour 2017-01-08
Date de Publication 2017-01-08
Évaluation 5.00/5 Total 2 Évaluations
Développeur Unknown
Type de Paiement free
Site Web de l'Extension https://github.com/adamncasey/headertoggle
URL de la Page d'Aide https://github.com/adamncasey/headertoggle
Langues Prises en Charge 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"
        }
    }
}