Refined Mapy.cz
Refines Mapy.cz interface and adds useful features
Refined Mapy.cz là gì?
Refined Mapy.cz là một tiện ích mở rộng Chrome được phát triển bởi Strajk, và tính năng chính của nó là "Refines Mapy.cz interface and adds useful features".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Refined Mapy.cz
Tải xuống các tệp mở rộng Refined Mapy.cz dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
• 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…
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Refined Mapy.cz |
ID | ekolhceminigjalkpbbajnippfomegcc |
URL Chính Thức | https://chromewebstore.google.com/detail/refined-mapycz/ekolhceminigjalkpbbajnippfomegcc |
Mô tả | Refines Mapy.cz interface and adds useful features |
Kích Thước Tệp | 52.05 KB |
Số Lần Cài Đặt | 136 |
Phiên Bản Hiện Tại | 0.0.4 |
Cập Nhật Lần Cuối | 2022-09-02 |
Ngày Phát Hành | 2020-05-16 |
Nhà Phát Triển | Strajk |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/Strajk/refined-mapy.cz |
URL Trang Trợ Giúp | https://github.com/Strajk/refined-mapy.cz/issues |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |