Refined Mapy.cz
Refines Mapy.cz interface and adds useful features
Hvad er Refined Mapy.cz?
Refined Mapy.cz er en Chrome-udvidelse udviklet af Strajk, og dens hovedfunktion er "Refines Mapy.cz interface and adds useful features".
Udvidelsesskærmbilleder
Download Refined Mapy.cz-udvidelses-CRX-fil
Download Refined Mapy.cz-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
• 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æggende oplysninger om udvidelsen
| Navn | |
| ID | ekolhceminigjalkpbbajnippfomegcc |
| Officiel URL | https://chromewebstore.google.com/detail/refined-mapycz/ekolhceminigjalkpbbajnippfomegcc |
| Beskrivelse | Refines Mapy.cz interface and adds useful features |
| Filstørrelse | 52.05 KB |
| Antal Installationer | 136 |
| Nuværende Version | 0.0.4 |
| Senest Opdateret | 2022-09-02 |
| Udgivelsesdato | 2020-05-16 |
| Udvikler | Strajk |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://github.com/Strajk/refined-mapy.cz |
| Hjælpeside-URL | https://github.com/Strajk/refined-mapy.cz/issues |
| Understøttede Sprog | 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"
]
}
]
} | |