Refined Mapy.cz
Refines Mapy.cz interface and adds useful features
Co to jest Refined Mapy.cz?
Refined Mapy.cz to rozszerzenie Chrome opracowane przez Strajk, a jego główną funkcją jest „Refines Mapy.cz interface and adds useful features”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Refined Mapy.cz
Pobierz pliki rozszerzeń Refined Mapy.cz w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
• 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…
Podstawowe informacje o rozszerzeniu
Nazwa | Refined Mapy.cz |
ID | ekolhceminigjalkpbbajnippfomegcc |
Oficjalny URL | https://chromewebstore.google.com/detail/refined-mapycz/ekolhceminigjalkpbbajnippfomegcc |
Opis | Refines Mapy.cz interface and adds useful features |
Rozmiar pliku | 52.05 KB |
Liczba instalacji | 136 |
Aktualna Wersja | 0.0.4 |
Ostatnia Aktualizacja | 2022-09-02 |
Data Publikacji | 2020-05-16 |
Deweloper | Strajk |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/Strajk/refined-mapy.cz |
Adres URL Strony Pomocy | https://github.com/Strajk/refined-mapy.cz/issues |
Obsługiwane Języki | 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" ] } ] } |