Refined Mapy.cz
Refines Mapy.cz interface and adds useful features
Cos'è Refined Mapy.cz?
Refined Mapy.cz è un'estensione di Chrome sviluppata da Strajk, e la sua funzione principale è "Refines Mapy.cz interface and adds useful features".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Refined Mapy.cz
Scarica i file di estensione Refined Mapy.cz in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
• 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… Informazioni di Base sull'Estensione
| Nome | |
| ID | ekolhceminigjalkpbbajnippfomegcc |
| URL Ufficiale | https://chromewebstore.google.com/detail/refined-mapycz/ekolhceminigjalkpbbajnippfomegcc |
| Descrizione | Refines Mapy.cz interface and adds useful features |
| Dimensione del File | 52.05 KB |
| Conteggio Installazioni | 136 |
| Versione Corrente | 0.0.4 |
| Ultimo Aggiornamento | 2022-09-02 |
| Data di Pubblicazione | 2020-05-16 |
| Sviluppatore | Strajk |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/Strajk/refined-mapy.cz |
| URL della Pagina di Aiuto | https://github.com/Strajk/refined-mapy.cz/issues |
| Lingue Supportate | 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"
]
}
]
} | |