Refined Mapy.cz
Refines Mapy.cz interface and adds useful features
Was ist Refined Mapy.cz?
Refined Mapy.cz ist eine Chrome-Erweiterung, die von Strajk entwickelt wurde, und ihr Hauptmerkmal ist "Refines Mapy.cz interface and adds useful features".
Erweiterungsscreenshots
Refined Mapy.cz-Erweiterungs-CRX-Datei herunterladen
Laden Sie Refined Mapy.cz-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
• 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… Grundlegende Informationen zur Erweiterung
| Name | |
| ID | ekolhceminigjalkpbbajnippfomegcc |
| Offizielle URL | https://chromewebstore.google.com/detail/refined-mapycz/ekolhceminigjalkpbbajnippfomegcc |
| Beschreibung | Refines Mapy.cz interface and adds useful features |
| Dateigröße | 52.05 KB |
| Installationsanzahl | 136 |
| Aktuelle Version | 0.0.4 |
| Letztes Update | 2022-09-02 |
| Veröffentlichungsdatum | 2020-05-16 |
| Entwickler | Strajk |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://github.com/Strajk/refined-mapy.cz |
| Hilfeseite URL | https://github.com/Strajk/refined-mapy.cz/issues |
| Unterstützte Sprachen | 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"
]
}
]
} | |