OSM iD Browser Tools

For the iD editor at openstreetmap.org. Adds hotkeys and other productivity tools.

OSM iD Browser Tools क्या है?

OSM iD Browser Tools https://their.github.io/amt द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "For the iD editor at openstreetmap.org. Adds hotkeys and other productivity tools."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में OSM iD Browser Tools एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        https://github.com/their/iD-Editor-Power-Tools-Demo.

For iD editor at openstreetmap.org. Adds ability to create hotkeys for tagging areas. Adds brightness & contrast tool for satellite imagery.

TODO: Additional image filters.

UPDATE: v 1.32: May 21, 2015: Add ability to have more than one hotkey with same character key.

UPDATE: v 1.30: May 16, 2015: Add ability to hotkey non-CTRL/⌘ keys (key only, no CTRL).

UPDATE: v 1.24: May 16, 2015: Intitial tag fixed to "building=yes" from typo "buildings=yes". 

UPDATE: v 1.23: May 16, 2015: Add "line" to list of allowed entities rather than just "area". Still exclude "point" entity.

UPDATE: v 1.22: May 16, 2015: Example hotkey is now uppercase "M" rather than lowercase "m".

UPDATE: v 1.20: May 16, 2015: Avoid emulating user actions for the most part. Apply tags with e.g. https://gist.github.com/bhousel/0af881a621a2efb83719. Update layout. Allow hotkey modification. Switch from SHIFT to CTRL/META. Override input.preset-search-input event.keypress when necessary.

UPDATE: v 1.11: May 12, 2015: Fixed where hotkey was not working because `A` element was toggled hidden. Fixed .replace of an integer.                    

एक्सटेंशन की मूल जानकारी

नाम OSM iD Browser Tools OSM iD Browser Tools
ID fmgcpkpdhcbfjnleinolnagnlpabiplc
आधिकारिक URL https://chromewebstore.google.com/detail/osm-id-browser-tools/fmgcpkpdhcbfjnleinolnagnlpabiplc
विवरण For the iD editor at openstreetmap.org. Adds hotkeys and other productivity tools.
फ़ाइल का आकार 11.46 KB
स्थापना संख्या 133
वर्तमान संस्करण 1.32
अंतिम अपडेट 2016-08-25
प्रकाशन तिथि 2016-08-25
रेटिंग 3.67/5 कुल 3 रेटिंग्स
डेवलपर https://their.github.io/amt
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/their/iD-Editor-Power-Tools-Demo
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "exclude_globs": [],
            "exclude_matches": [],
            "include_globs": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "global.js",
                "script.js"
            ],
            "matches": [
                "http:\/\/*.openstreetmap.org\/id",
                "https:\/\/*.openstreetmap.org\/id"
            ],
            "run_at": "document_idle",
            "all_frames": true
        }
    ],
    "background": {
        "scripts": [
            "eventPage.js"
        ]
    },
    "permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "converted_from_user_script": false,
    "description": "For the iD editor at openstreetmap.org. Adds hotkeys and other productivity tools.",
    "name": "OSM iD Browser Tools",
    "version": "1.32",
    "manifest_version": 2
}