WME-JunctionAngle

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

WME-JunctionAngle란 무엇입니까?

WME-JunctionAngle은(는) Michael Wikberg에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension adds junction angle information to the the Waze map editor."입니다.

확장 프로그램 스크린샷

screenshot

WME-JunctionAngle 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    ]
}