WME-JunctionAngle

This extension adds junction angle information to the the Waze map editor.

WME-JunctionAngle क्या है?

WME-JunctionAngle Michael Wikberg द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension adds junction angle information to the the Waze map editor."।

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

screenshot

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

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

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

                        Waze Map Editor (WME) addon to help with junction design. If two connected segments are selected, it shows the turn angle, otherwise the the angle between each segment. This is the same thing as the UserScript (https://greasyfork.org/en/scripts/7887-wme-junction-angle-info), but packaged to work with Chromium and Google Chrome. Problems and fixes should be reported on GitHub https://github.com/milkboy/WME-ja/issues

Recent changes:
1.13.1 - Update for new WME and URL
1.12.0 - Add option for hiding/displaying the JAI layer on page load
1.11.0 - Bootstrapping fixes. U-turn tweaks.
1.10.0 - Small changes in the Waze instruction logic, support for U-turns and lots of small fixes                    

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

नाम WME-JunctionAngle WME-JunctionAngle
ID cfcpfikgmfoghjfpfepmklballeagadf
आधिकारिक URL https://chromewebstore.google.com/detail/wme-junctionangle/cfcpfikgmfoghjfpfepmklballeagadf
विवरण This extension adds junction angle information to the the Waze map editor.
फ़ाइल का आकार 71.49 KB
स्थापना संख्या 2,191
वर्तमान संस्करण 1.13.1
अंतिम अपडेट 2017-08-21
प्रकाशन तिथि 2017-08-21
रेटिंग 4.72/5 कुल 50 रेटिंग्स
डेवलपर Michael Wikberg
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/milkboy/WME-ja
समर्थित भाषाएँ en,pl,fi,sv
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "short_name": "WME-JA",
    "version": "1.13.1",
    "manifest_version": 2,
    "default_locale": "en",
    "description": "__MSG_extDesc__",
    "icons": {
        "16": "ja16.png",
        "32": "ja32.png",
        "48": "ja48.png",
        "128": "ja128.png"
    },
    "homepage_url": "https:\/\/github.com\/milkboy\/WME-ja",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.waze.com\/*",
                "https:\/\/beta.waze.com\/*"
            ],
            "include_globs": [
                "*\/editor*"
            ],
            "exclude_globs": [
                "*\/user\/*"
            ],
            "js": [
                "crx_bootstrap.user.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "wme_junctionangle.user.js"
    ]
}