WME JNF

WME Junction Node Fixer

Τι είναι το WME JNF;

Το WME JNF είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον bgodette, και η κύρια λειτουργία του είναι "WME Junction Node Fixer".

Λήψη αρχείου CRX της επέκτασης WME JNF

Λήψη αρχείων επέκτασης WME JNF σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Automates several operations in WME to improve routing consistency.

Hooks into replaces 'q' (Disable All Turns) and does these actions on the selected node:

Updates keyboard pan amount by 1/4th the map view height.
Saves and persists turn arrow visibility and clickability between reloads/permalinks.
Saves and persists Full-screen mode.

If it detects a closed loop segment (both A and B connected to the same node), it splits the loop into three segments. WARNING house numbers will be associated with the middle segment and will need to be moved to reset their stop point.

If it detects a closed loop that's a Junction (roundabout), it will convert it to a three segment non-Junction loop.

Looks at all segments connected to the selected node and if two or more segments are connected to another node on their opposite ends it will split one of the segments. Does the same thing as SameNode.js bookmarklet.

If a connected segment is a dead-end it will change the segment directionality to two-way if it is not, and update the dead-end node to enable U-Turns. U-Turn behavior is changed from prior versions per wishes of Waze.

Disables any turn that enters a segment against allowed driving direction (revcon) and disables normal U-Turns (selfcon) per best practices. Selfcon will be allowed in the future once proper support for U-Turns is in the app.

Sets roundabout segment Type based on NA and UK rules for roundabout Type. If segments are unnamed it sets segment name of roundabout to empty street name, and city/state/country of majority of connected segments, weighted by Type.

Locks all turns of connected segments at the node that's selected.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα WME JNF WME JNF
ID dhnjmbmlldgfomcdmflifibpappdadcm
Επίσημο URL https://chrome.google.com/webstore/detail/wme-jnf/dhnjmbmlldgfomcdmflifibpappdadcm
Περιγραφή WME Junction Node Fixer
Μέγεθος Αρχείου 10.77 KB
Αριθμός Εγκαταστάσεων 882
Τρέχουσα Έκδοση 0.2.6
Τελευταία Ενημέρωση 2018-06-23
Ημερομηνία Δημοσίευσης 2018-06-23
Αξιολόγηση 4.53/5 Συνολικά 17 Αξιολογήσεις
Προγραμματιστής bgodette
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "manifest_version": 2,
    "name": "WME JNF",
    "description": "WME Junction Node Fixer",
    "version": "0.2.6",
    "permissions": [
        "https:\/\/www.waze.com\/editor*",
        "https:\/\/www.waze.com\/*\/editor*",
        "https:\/\/beta.waze.com\/editor*",
        "https:\/\/beta.waze.com\/*\/editor*"
    ],
    "content_scripts": [
        {
            "js": [
                "bootstrap.user.js"
            ],
            "matches": [
                "https:\/\/www.waze.com\/editor*",
                "https:\/\/www.waze.com\/*\/editor*",
                "https:\/\/beta.waze.com\/editor*",
                "https:\/\/beta.waze.com\/*\/editor*"
            ],
            "exclude_matches": [
                "https:\/\/www.waze.com\/user\/editor*",
                "https:\/\/www.waze.com\/*\/user\/editor*",
                "https:\/\/beta.waze.com\/user\/editor*",
                "https:\/\/beta.waze.com\/*\/user\/editor*"
            ],
            "run_at": "document_idle"
        }
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkwLebPfgvekMWLosLkOLdB8d5j+tbch35DDe5kJ0mx36+F5THkZt\/IPeikEuih5Am9g3Oa4+lNEgGw8TQ13MN1\/SHyJSeFgSIIGEJaFepAZx6UNPoaa9URZSlcaiZJWXg2PauCmJpNzSwsv8KYzkcPsZ\/0ATK5fbiNqfw\/MryiECuQXT\/\/S0HdkC7m0NZmNrsZcrfUsY0e84+LzfQBnin1\/OxGQKaAPq1eorcLHj+LhGJzkzXzb1adHY4m6Emt5h4l9WlVp9RSH3WTe36\/y2AdQHGFG332DZxmPGwJhh5EnGsyMA7WTvnTjgWjllVI8Kts81\/OKToz+ogVLsHcvW0wIDAQAB",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "web_accessible_resources": [
        "wme-jnf.user.js"
    ]
}