Yandex Map Editor extension
Additional features for Yandex Map Editor
Yandex Map Editor extensionとは何ですか?
Yandex Map Editor extensionはУлучшатели НЯКによって開発されたChromeの拡張機能で、その主な機能は「Additional features for Yandex Map Editor」です。
拡張機能のスクリーンショット
Yandex Map Editor extension拡張機能のCRXファイルをダウンロード
Yandex Map Editor extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | |
ID | bijkhhcgjhgdddmppajndjgpogecfghn |
公式URL | https://chromewebstore.google.com/detail/yandex-map-editor-extensi/bijkhhcgjhgdddmppajndjgpogecfghn |
説明 | Additional features for Yandex Map Editor |
ファイルサイズ | 5.16 MB |
インストール数 | 1,242 |
現在のバージョン | 17.7.2 |
最終更新日 | 2021-12-15 |
公開日 | 2020-06-23 |
評価 | 5.00/5 合計 20 レビュー |
開発者 | Улучшатели НЯК |
Eメール | [email protected] |
支払い方法 | free |
ヘルプページのURL | https://teletype.in/@nikitabalakovo/B1GaUqLPX |
プライバシーポリシーページのURL | https://docs.google.com/document/u/1/d/e/2PACX-1vSaAkzLW4T5EDrot05Q_87ZR4racgfaBpb4wmhmp6UIl4JlPOWsvIeTqVLGkCU5wt3OBt64GpwfDV9r/pub |
対応言語 | 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" ] } |