Refined Mapy.cz
Refines Mapy.cz interface and adds useful features
O que é Refined Mapy.cz?
Refined Mapy.cz é uma extensão do Chrome desenvolvida por Strajk, e sua principal característica é "Refines Mapy.cz interface and adds useful features".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Refined Mapy.cz
Baixe arquivos de extensão Refined Mapy.cz no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
• 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…
Informações Básicas da Extensão
Nome | Refined Mapy.cz |
ID | ekolhceminigjalkpbbajnippfomegcc |
URL Oficial | https://chromewebstore.google.com/detail/refined-mapycz/ekolhceminigjalkpbbajnippfomegcc |
Descrição | Refines Mapy.cz interface and adds useful features |
Tamanho do Arquivo | 52.05 KB |
Contagem de Instalações | 136 |
Versão Atual | 0.0.4 |
Última Atualização | 2022-09-02 |
Data de Publicação | 2020-05-16 |
Desenvolvedor | Strajk |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/Strajk/refined-mapy.cz |
URL da Página de Ajuda | https://github.com/Strajk/refined-mapy.cz/issues |
Idiomas Suportados | 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" ] } ] } |