Refined Mapy.cz
Refines Mapy.cz interface and adds useful features
Wat is Refined Mapy.cz?
Refined Mapy.cz is een Chrome-extensie ontwikkeld door Strajk, en de belangrijkste functie is "Refines Mapy.cz interface and adds useful features".
Extensie Screenshots
Download het CRX-bestand van de extensie Refined Mapy.cz
Download Refined Mapy.cz-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
• 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…
Basisinformatie over de Extensie
Naam | Refined Mapy.cz |
ID | ekolhceminigjalkpbbajnippfomegcc |
Officiële URL | https://chromewebstore.google.com/detail/refined-mapycz/ekolhceminigjalkpbbajnippfomegcc |
Beschrijving | Refines Mapy.cz interface and adds useful features |
Bestandsgrootte | 52.05 KB |
Aantal Installaties | 136 |
Huidige Versie | 0.0.4 |
Laatst Bijgewerkt | 2022-09-02 |
Publicatiedatum | 2020-05-16 |
Ontwikkelaar | Strajk |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/Strajk/refined-mapy.cz |
Help Pagina-URL | https://github.com/Strajk/refined-mapy.cz/issues |
Ondersteunde Talen | 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" ] } ] } |