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"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Refined Mapy.cz 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        • 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 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"
            ]
        }
    ]
}