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 |
Eメール | [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" ] } ] } |