Toggle .h <-> .cpp

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

What is Toggle .h <-> .cpp?

Toggle .h <-> .cpp is a Chrome extension developed by Unknown, and its main feature is "Toggle between a url which ends in .h and a url which ends in .cpp".

Extension Screenshots

screenshot

Download Toggle .h <-> .cpp Extension CRX File

Download Toggle .h <-> .cpp extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Toggle .h <-> .cpp Toggle .h <-> .cpp
ID gmmjjeabhacjmcldbnopiijcbbilbjhc
Official URL 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
File Size 5.68 KB
Installation Count 25
Current Version 1.0.0
Last Updated 2017-01-08
Publish Date 2017-01-08
Rating 5.00/5 Total 2 Ratings
Developer Unknown
Payment Type free
Extension Website https://github.com/adamncasey/headertoggle
Help Page URL https://github.com/adamncasey/headertoggle
Supported Languages 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"
        }
    }
}