Refined Mapy.cz

Refines Mapy.cz interface and adds useful features

Refined Mapy.czคืออะไร?

Refined Mapy.cz เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Strajk และคุณลักษณะหลักของมันคือ "Refines Mapy.cz interface and adds useful features"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Refined Mapy.cz

ดาวน์โหลดไฟล์ส่วนขยาย 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 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"
            ]
        }
    ]
}