Big Map for Openrunner

Enable fullscreen mode for Openrunner map tools

What is Big Map for Openrunner?

Big Map for Openrunner is a Chrome extension developed by arnaudb.dev, and its main feature is "Enable fullscreen mode for Openrunner map tools".

Extension Screenshots

screenshot

Download Big Map for Openrunner Extension CRX File

Download Big Map for Openrunner 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

                        Cette extension permet d'utiliser les cartes Openrunner en plein écran.
Tracez plus facilement vos parcours!                    

Extension Basic Information

Name Big Map for Openrunner Big Map for Openrunner
ID dbfdkacdpljfhanaebpnkbfcccdajooj
Official URL https://chromewebstore.google.com/detail/big-map-for-openrunner/dbfdkacdpljfhanaebpnkbfcccdajooj
Description Enable fullscreen mode for Openrunner map tools
File Size 31.1 KB
Installation Count 98
Current Version 1.0
Last Updated 2019-07-25
Publish Date 2019-07-25
Rating 4.00/5 Total 1 Ratings
Developer arnaudb.dev
Payment Type free
Supported Languages fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Big Map for Openrunner",
    "version": "1.0",
    "description": "Enable fullscreen mode for Openrunner map tools",
    "manifest_version": 2,
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.openrunner.com\/*"
            ],
            "css": [
                "or.css"
            ],
            "js": [
                "or.js"
            ]
        }
    ],
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    }
}