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".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Refined Mapy.cz
قم بتنزيل ملفات الامتداد Refined Mapy.cz بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 |
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 |
عنوان صفحة المساعدة | 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" ] } ] } |