Refined Mapy.cz

Refines Mapy.cz interface and adds useful features

Apa itu Refined Mapy.cz?

Refined Mapy.cz adalah ekstensi Chrome yang dikembangkan oleh Strajk, dan fitur utamanya adalah "Refines Mapy.cz interface and adds useful features".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Refined Mapy.cz

Unduh file ekstensi Refined Mapy.cz dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        • 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…                    

Informasi Dasar Ekstensi

Nama Refined Mapy.cz Refined Mapy.cz
ID ekolhceminigjalkpbbajnippfomegcc
URL Resmi https://chromewebstore.google.com/detail/refined-mapycz/ekolhceminigjalkpbbajnippfomegcc
Deskripsi Refines Mapy.cz interface and adds useful features
Ukuran File 52.05 KB
Jumlah Instalasi 136
Versi Saat Ini 0.0.4
Terakhir Diperbarui 2022-09-02
Tanggal Publikasi 2020-05-16
Pengembang Strajk
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/Strajk/refined-mapy.cz
URL Halaman Bantuan https://github.com/Strajk/refined-mapy.cz/issues
Bahasa yang Didukung 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"
            ]
        }
    ]
}