Shade Map

Real life sun and shadow layer for online maps. Display sun and shade for any date and time. Shade Map currently displays…

Shade Map là gì?

Shade Map là một tiện ích mở rộng Chrome được phát triển bởi https://shademap.app, và tính năng chính của nó là "Real life sun and shadow layer for online maps. Display sun and shade for any date and time. Shade Map currently displays…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Shade Map

Tải xuống các tệp mở rộng Shade Map dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Real life sun and shadow layer for online maps. Display sun and shade for any date and time. 

Shade Map currently displays mountain and valley shadows on:

- openstreetmap.org 
- alltrails.com
- gaiagps.com
- caltopo.com

Work in progress to include more maps: Strava, Mountain Project, OnX Maps and more. Visit https://shademap.app for more features.

Use it to limit your sun exposure during outdoor activities.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Shade Map Shade Map
ID fillmnbjkjiflkgmcpddgfndcloaocin
URL Chính Thức https://chromewebstore.google.com/detail/shade-map/fillmnbjkjiflkgmcpddgfndcloaocin
Mô tả Real life sun and shadow layer for online maps. Display sun and shade for any date and time. Shade Map currently displays…
Kích Thước Tệp 3.89 MB
Số Lần Cài Đặt 988
Phiên Bản Hiện Tại 1.5
Cập Nhật Lần Cuối 2022-06-18
Ngày Phát Hành 2022-06-05
Nhà Phát Triển https://shademap.app
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://shademap.app
URL Trang Trợ Giúp https://shademap.app
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Shade Map",
    "version": "1.5",
    "manifest_version": 3,
    "action": [],
    "permissions": [
        "activeTab",
        "declarativeNetRequest"
    ],
    "host_permissions": [
        "https:\/\/*.alltrails.com\/*",
        "https:\/\/*.gaiagps.com\/*",
        "https:\/\/*.onxmaps.com\/*",
        "https:\/\/www.openstreetmap.org\/*"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_alltrails",
                "enabled": true,
                "path": "alltrails\/redirect.json"
            },
            {
                "id": "ruleset_gaiagps",
                "enabled": true,
                "path": "gaiagps\/redirect.json"
            },
            {
                "id": "ruleset_onxmaps",
                "enabled": true,
                "path": "onxmaps\/redirect.json"
            },
            {
                "id": "ruleset_openstreetmap",
                "enabled": true,
                "path": "openstreetmap\/csp.json"
            }
        ]
    },
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/caltopo.com\/*"
            ],
            "js": [
                "caltopo\/inject.js"
            ],
            "all_frames": true
        },
        {
            "run_at": "document_start",
            "matches": [
                "https:\/\/www.openstreetmap.org\/*"
            ],
            "js": [
                "openstreetmap\/inject.js"
            ],
            "all_frames": true
        },
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/www.alltrails.com\/*"
            ],
            "js": [
                "alltrails\/inject.js"
            ],
            "all_frames": true
        },
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/www.gaiagps.com\/*"
            ],
            "js": [
                "gaiagps\/inject.js"
            ],
            "all_frames": true
        },
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/webmap.onxmaps.com\/*"
            ],
            "js": [
                "onxmaps\/inject.js"
            ],
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/caltopo.com\/*",
                "https:\/\/www.openstreetmap.org\/*"
            ],
            "resources": [
                "leaflet-shademap.umd.min.js",
                "controls.js",
                "toggle-controls.js",
                "content.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.openstreetmap.org\/*"
            ],
            "resources": [
                "openstreetmap\/content.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.alltrails.com\/*",
                "https:\/\/www.gaiagps.com\/*",
                "https:\/\/webmap.onxmaps.com\/*"
            ],
            "resources": [
                "controls.js",
                "toggle-controls.js",
                "alltrails\/application.js",
                "mapbox-gl-js\/mapboxgl-shademap.umd.min.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.alltrails.com\/*"
            ],
            "resources": [
                "alltrails\/application.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.gaiagps.com\/*"
            ],
            "resources": [
                "gaiagps\/application.js"
            ]
        },
        {
            "matches": [
                "https:\/\/webmap.onxmaps.com\/*"
            ],
            "resources": [
                "onxmaps\/application.js"
            ]
        }
    ]
}