Yandex Map Editor extension

Additional features for Yandex Map Editor

Co je Yandex Map Editor extension?

Yandex Map Editor extension je rozšíření Chrome vyvinuté Улучшатели НЯК, a jeho hlavní funkcí je „Additional features for Yandex Map Editor“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Yandex Map Editor extension

Stáhněte si soubory rozšíření Yandex Map Editor extension ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Yandex Map Editor extension enhances and simplifies the way you edit the map and search the information required to edit the map. The extension works in browsers based on Chromium (like Google Chrome, Yandex Browser, Opera).

The extension allows to:

• delete yellow joints of composite polygonal objects;
• change transport route attributes in a batch like no exit and no entry options;
• create object templates (clone objects) by adding templates to `Recently created` panel;
• calculate and set time coefficient for transport routes to set total time to a desired value;
• create linked objects (roads, rivers, railway lines) directly by add them as templates to `Recently created` panel;
• transliterate object names according to map editor rules of transliteration russian names and serbian names between Cyrillic and Latin alphabets; 
• open Map editor user profile from Map editor club and Club of moderators;
• show a circular cursor with a radius of 4,5 meters when drawing parallel parking;
• add links to external map services which are opened with the current coordinates in the map editor;
• automatically turn on satellite layer and search in point mode for russian Public cadastral map (Rosreestr) (https://pkk5.rosreestr.ru);
• check duplicate name types when saving objects;
• display view and edit forms in a compact way;
• open map editor panels and Yandex Map in new window with a middle click;
• minimize and maximize side panels;
• enable dark theme for the Map editor;
• search zip codes when creating and editing addresses (works for Russian post only);
• display color labels under road type icons;
• simplify time input for organizations and maneuvers;
• block map movement;
• add links to selected text in comments and Yandex.Messenger chats;
• use hot keys to switch satellite background and search mode on Rosreestr map.

***New in version 16.0 - implemented option to block map movement, to add link in comments and chats, added hotkey for Rosreestr map.

***New in version 15.0 - implemented simplified time input for organizations and maneuvers. 

***New in version 14.0 - implemented feature to add department times from text.

***New in version 13.0 - removed displaying number of unread messages as messages have migrated to Yandex.Chat.

You can check the full history of changes by clicking on a version link at extension settings screen.                    

Základní Informace o Rozšíření

Název Yandex Map Editor extension Yandex Map Editor extension
ID bijkhhcgjhgdddmppajndjgpogecfghn
Oficiální URL https://chromewebstore.google.com/detail/yandex-map-editor-extensi/bijkhhcgjhgdddmppajndjgpogecfghn
Popis Additional features for Yandex Map Editor
Velikost souboru 5.16 MB
Počet instalací 1,242
Aktuální Verze 17.7.2
Poslední Aktualizace 2021-12-15
Datum Vydání 2020-06-23
Hodnocení 5.00/5 Celkem 20 Hodnocení
Vývojář Улучшатели НЯК
E-mail [email protected]
Typ Platby free
URL Stránky Nápovědy https://teletype.in/@nikitabalakovo/B1GaUqLPX
URL Stránky Zásad Ochrany Soukromí https://docs.google.com/document/u/1/d/e/2PACX-1vSaAkzLW4T5EDrot05Q_87ZR4racgfaBpb4wmhmp6UIl4JlPOWsvIeTqVLGkCU5wt3OBt64GpwfDV9r/pub
Podporované Jazyky en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "default_locale": "ru",
    "description": "__MSG_appDesc__",
    "version": "17.7.2",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.maps.yandex.ru\/*",
                "https:\/\/mapeditor.yandex.com\/*",
                "https:\/\/mapeditor.yandex.com.tr\/*"
            ],
            "js": [
                "jquery-3.3.1.min.js",
                "content.js",
                "editorCommon.js",
                "editorFeature.js",
                "ParkingRadius.js",
                "GoTo.js",
                "NameChecker.js",
                "CompactForms.js",
                "menuItems.js",
                "ZipCode.js",
                "MiddleClicks.js",
                "MinimizeButton.js",
                "ColorHelper.js",
                "DeleteYellowPoints.js",
                "AddDeparture.js",
                "ShowStopTime.js",
                "Notifications.js",
                "DateTimeHelper.js",
                "LockMap.js",
                "MessageLinks.js"
            ]
        },
        {
            "matches": [
                "https:\/\/pkk.rosreestr.ru\/*"
            ],
            "js": [
                "common.js",
                "Rosreestr.js"
            ]
        },
        {
            "matches": [
                "https:\/\/yandex.ru\/chat*",
                "https:\/\/yandex.com\/chat*",
                "https:\/\/yandex.com.tr\/chat*"
            ],
            "js": [
                "jquery-3.3.1.min.js",
                "common.js",
                "editorFeature.js",
                "menuItems.js",
                "DarkThemeCommon.js",
                "DarkThemeInit.js",
                "MessageLinks.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/www.pochta.ru\/offices*"
            ],
            "js": [
                "jquery-3.3.1.min.js",
                "common.js",
                "PochtaRequest.js",
                "PochtaHandler.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/*.maps.yandex.ru\/*",
                "https:\/\/mapeditor.yandex.com\/*",
                "https:\/\/mapeditor.yandex.com.tr\/*",
                "https:\/\/yandex.ru\/promo\/nmaps\/*",
                "https:\/\/yastatic.net\/tableau\/tableau.html*",
                "https:\/\/yandex.ru\/support\/nmaps\/*",
                "https:\/\/yandex.com\/support\/mapeditor\/*",
                "https:\/\/yandex.com.tr\/support\/mapeditor\/*",
                "https:\/\/yandex.com.tr\/support\/nmaps\/*,",
                "https:\/\/yandex.ru\/blog\/narod-karta\/*",
                "https:\/\/yandex.ru\/blog\/narod-moderator\/*",
                "https:\/\/forms.yandex.ru\/surveys\/1810\/*",
                "https:\/\/forms.yandex.com\/surveys\/10013268\/*",
                "https:\/\/forms.yandex.com.tr\/surveys\/10013268\/*"
            ],
            "js": [
                "jquery-3.3.1.min.js",
                "common.js",
                "DarkThemeCommon.js",
                "DarkThemeInit.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        "*.svg",
        "*.css",
        "\/help\/help.html"
    ],
    "background": {
        "scripts": [
            "\/help\/changelog.js",
            "common.js",
            "extensionCommon.js",
            "background.js",
            "menuItems.js",
            "contextMenu.js"
        ]
    },
    "browser_action": {
        "default_title": "__MSG_appName__",
        "default_icon": "icon_38.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "icon_128.png",
        "16": "icon_16.png",
        "48": "icon_38.png",
        "96": "icon_96.png"
    },
    "permissions": [
        "storage",
        "activeTab",
        "notifications",
        "contextMenus"
    ]
}