Refined Mapy.cz

Refines Mapy.cz interface and adds useful features

Vad är Refined Mapy.cz?

Refined Mapy.cz är en Chrome-tillägg utvecklad av Strajk, och dess huvudfunktion är "Refines Mapy.cz interface and adds useful features".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Refined Mapy.cz-förlängningens CRX-fil

Ladda ner Refined Mapy.cz-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        • GPX file drop to blue overlay, still allowing to use planner
• Keyboard shortcuts for switching map types
• Condensed sidebar to fit more content
• Condensed map controls
• Hidden paid POIs
• and more…                    

Grundläggande Information om Tillägg

Namn Refined Mapy.cz Refined Mapy.cz
ID ekolhceminigjalkpbbajnippfomegcc
Officiell webbadress https://chromewebstore.google.com/detail/refined-mapycz/ekolhceminigjalkpbbajnippfomegcc
Beskrivning Refines Mapy.cz interface and adds useful features
Filstorlek 52.05 KB
Antal Installationer 136
Aktuell Version 0.0.4
Senast Uppdaterad 2022-09-02
Publiceringsdatum 2020-05-16
Utvecklare Strajk
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/Strajk/refined-mapy.cz
Hjälpsida URL https://github.com/Strajk/refined-mapy.cz/issues
Stödda Språk en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Refined Mapy.cz",
    "version": "0.0.4",
    "description": "Refines Mapy.cz interface and adds useful features",
    "homepage_url": "https:\/\/github.com\/Strajk\/refined-mapy.cz",
    "icons": {
        "16": "icons\/icon-16.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "permissions": [
        "https:\/\/*.mapy.cz\/*"
    ],
    "web_accessible_resources": [
        "injected.js"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.mapy.cz\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "content.css"
            ]
        }
    ]
}