Climbing Grade

This extension shows climbing grade conversions.

What is Climbing Grade?

Climbing Grade is a Chrome extension developed by Unknown, and its main feature is "This extension shows climbing grade conversions.".

Extension Screenshots

screenshot

Download Climbing Grade Extension CRX File

Download Climbing Grade 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

                        Converts French & Font climbing scales to YDS & Hueco Bouldering scales. Hover over one of these scales to see the conversion.                    

Extension Basic Information

Name Climbing Grade Climbing Grade
ID baapdfkealklbfgemgglhomnnhgdenbp
Official URL https://chromewebstore.google.com/detail/climbing-grade/baapdfkealklbfgemgglhomnnhgdenbp
Description This extension shows climbing grade conversions.
File Size 97.7 KB
Installation Count 14
Current Version 1.0
Last Updated 2014-08-04
Publish Date 2014-08-04
Rating 4.50/5 Total 2 Ratings
Developer Unknown
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Climbing Grade",
    "description": "This extension shows climbing grade conversions.",
    "version": "1.0",
    "icons": {
        "128": "climber128.png",
        "48": "climber48.png"
    },
    "background": {
        "pages": [
            "background.html"
        ]
    },
    "author": "Grant Warman",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "jquery.js",
                "jquery.qtip.min.js",
                "background.js"
            ],
            "css": [
                "jquery.qtip.min.css",
                "background.css"
            ]
        }
    ]
}