OSM Smart Menu

Helps OpenStreetMap contributors to easily switch between different maps and analysis tools from the community.

OSM Smart Menuคืออะไร?

OSM Smart Menu เป็นส่วนขยายของ Chrome ที่พัฒนาโดย jgpacker และคุณลักษณะหลักของมันคือ "Helps OpenStreetMap contributors to easily switch between different maps and analysis tools from the community."

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย OSM Smart Menu

ดาวน์โหลดไฟล์ส่วนขยาย OSM Smart Menu ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        When you click the menu's button, this extension will detect OpenStreetMap parameters inside the current page and will generate a list of related maps and tools with these parameters.

Recognized parameters include:

* Map coordinates (zoom, latitude and longitude)
* OSM elements (node id, way id, relation id and changeset id)
* User names and GPS traces id

If you are not sure which website will be recognized, try going to https://www.openstreetmap.org/ before clicking on the menu.

The OpenStreetMap logo is a trademark of the OpenStreetMap Foundation, and is used with their permission. This project is not endorsed by or affiliated with the OpenStreetMap Foundation.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ OSM Smart Menu OSM Smart Menu
ID icipmdhgbkejfideagkhdebiaeohfijk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/osm-smart-menu/icipmdhgbkejfideagkhdebiaeohfijk
คำอธิบาย Helps OpenStreetMap contributors to easily switch between different maps and analysis tools from the community.
ขนาดไฟล์ 190 KB
จำนวนการติดตั้ง 956
เวอร์ชันปัจจุบัน 0.17.0
อัปเดตครั้งล่าสุด 2020-12-09
วันที่เผยแพร่ 2020-07-03
คะแนน 4.00/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา jgpacker
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ https://github.com/jgpacker/osm-smart-menu
ภาษาที่รองรับ en,fr,ca,es,it,pt-BR,ru,iw,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extensionName__",
    "short_name": "__MSG_extensionShortName__",
    "description": "__MSG_extensionDescription__",
    "default_locale": "en",
    "minimum_chrome_version": "45",
    "author": "Jo\u00e3o Guilherme Packer",
    "homepage_url": "https:\/\/github.com\/jgpacker\/osm-smart-menu",
    "version": "0.17.0",
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]"
        }
    },
    "permissions": [
        "storage",
        "activeTab"
    ],
    "icons": {
        "48": "icons\/osm48x48.png",
        "96": "icons\/osm96x96.png",
        "128": "icons\/osm128x128.png"
    },
    "background": {
        "scripts": [
            "background-listeners-setup.js"
        ]
    },
    "browser_action": {
        "browser_style": true,
        "default_icon": {
            "16": "icons\/osm16x16.png",
            "48": "icons\/osm48x48.png",
            "96": "icons\/osm96x96.png"
        },
        "default_title": "__MSG_extensionName__",
        "default_popup": "popup\/index.html"
    },
    "options_ui": {
        "page": "options\/index.html"
    },
    "commands": {
        "_execute_browser_action": []
    },
    "manifest_version": 2
}