Refined Mapy.cz
Refines Mapy.cz interface and adds useful features
什么是Refined Mapy.cz?
Refined Mapy.cz是由Strajk开发的Chrome扩展程序,该扩展的主要功能是“Refines Mapy.cz interface and adds useful features”。
扩展截图
下载Refined Mapy.cz扩展crx文件
下载Refined Mapy.cz扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
• 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…
扩展基本信息
名称 | Refined Mapy.cz |
ID | ekolhceminigjalkpbbajnippfomegcc |
官方URL | https://chromewebstore.google.com/detail/refined-mapycz/ekolhceminigjalkpbbajnippfomegcc |
简介 | Refines Mapy.cz interface and adds useful features |
文件大小 | 52.05 KB |
安装次数 | 136 |
当前版本 | 0.0.4 |
更新时间 | 2022-09-02 |
上架时间 | 2020-05-16 |
开发者 | Strajk |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/Strajk/refined-mapy.cz |
帮助页面URL | https://github.com/Strajk/refined-mapy.cz/issues |
支持的语言 | 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" ] } ] } |