Yandex Map Editor extension
Additional features for Yandex Map Editor
¿Qué es Yandex Map Editor extension?
Yandex Map Editor extension es una extensión de Chrome desarrollada por Улучшатели НЯК, y su función principal es "Additional features for Yandex Map Editor".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Yandex Map Editor extension
Descarga archivos de extensión Yandex Map Editor extension en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | |
ID | bijkhhcgjhgdddmppajndjgpogecfghn |
URL Oficial | https://chromewebstore.google.com/detail/yandex-map-editor-extensi/bijkhhcgjhgdddmppajndjgpogecfghn |
Descripción | Additional features for Yandex Map Editor |
Tamaño del Archivo | 5.16 MB |
Cantidad de Instalaciones | 1,242 |
Versión Actual | 17.7.2 |
Última Actualización | 2021-12-15 |
Fecha de Publicación | 2020-06-23 |
Calificación | 5.00/5 Total de 20 Calificaciones |
Desarrollador | Улучшатели НЯК |
Correo electrónico | [email protected] |
Tipo de Pago | free |
URL de la Página de Ayuda | https://teletype.in/@nikitabalakovo/B1GaUqLPX |
URL de la Página de Política de Privacidad | https://docs.google.com/document/u/1/d/e/2PACX-1vSaAkzLW4T5EDrot05Q_87ZR4racgfaBpb4wmhmp6UIl4JlPOWsvIeTqVLGkCU5wt3OBt64GpwfDV9r/pub |
Idiomas Soportados | 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" ] } |