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… 擴展基本資訊
| 名稱 | |
| ID | ekolhceminigjalkpbbajnippfomegcc |
| 官方網址 | 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"
]
}
]
} | |