Refined Mapy.cz
Refines Mapy.cz interface and adds useful features
What is Refined Mapy.cz?
Refined Mapy.cz is a Chrome extension developed by Strajk, and its main feature is "Refines Mapy.cz interface and adds useful features".
Extension Screenshots
Download Refined Mapy.cz Extension CRX File
Download Refined Mapy.cz 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
• 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…
Extension Basic Information
Name | Refined Mapy.cz |
ID | ekolhceminigjalkpbbajnippfomegcc |
Official URL | https://chromewebstore.google.com/detail/refined-mapycz/ekolhceminigjalkpbbajnippfomegcc |
Description | Refines Mapy.cz interface and adds useful features |
File Size | 52.05 KB |
Installation Count | 136 |
Current Version | 0.0.4 |
Last Updated | 2022-09-02 |
Publish Date | 2020-05-16 |
Developer | Strajk |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/Strajk/refined-mapy.cz |
Help Page URL | https://github.com/Strajk/refined-mapy.cz/issues |
Supported Languages | 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" ] } ] } |