Найти в 2ГИС
Удобный переход к поиску в 2ГИС с любой страницы
What is Найти в 2ГИС?
Найти в 2ГИС is a Chrome extension developed by Комлач Сергей, and its main feature is "Удобный переход к поиску в 2ГИС с любой страницы".
Extension Screenshots
Download Найти в 2ГИС Extension CRX File
Download Найти в 2ГИС extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Удобный переход к поиску в 2ГИС с любой страницы. Выделяем текст и жмем кнопку расширения или выбираем пункт меню и готово. Исходный код: https://github.com/komlachsv/SearchIn2GisChromeExtension
Extension Basic Information
Name | Найти в 2ГИС |
ID | mffjpfenfdbmcgelhfliampgkmdkloof |
Official URL | https://chromewebstore.google.com/detail/%D0%BD%D0%B0%D0%B9%D1%82%D0%B8-%D0%B2-2%D0%B3%D0%B8%D1%81/mffjpfenfdbmcgelhfliampgkmdkloof |
Description | Удобный переход к поиску в 2ГИС с любой страницы |
File Size | 64.3 KB |
Installation Count | 820 |
Current Version | 2.1 |
Last Updated | 2019-10-18 |
Publish Date | 2019-10-18 |
Rating | 4.88/5 Total 8 Ratings |
Developer | Комлач Сергей |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/komlachsv/SearchIn2GisChromeExtension |
Help Page URL | https://github.com/komlachsv/SearchIn2GisChromeExtension |
Supported Languages | ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "\u041d\u0430\u0439\u0442\u0438 \u0432 2\u0413\u0418\u0421", "options_page": "options.html", "options_ui": { "page": "options.html", "open_in_tab": false }, "description": "\u0423\u0434\u043e\u0431\u043d\u044b\u0439 \u043f\u0435\u0440\u0435\u0445\u043e\u0434 \u043a \u043f\u043e\u0438\u0441\u043a\u0443 \u0432 2\u0413\u0418\u0421 \u0441 \u043b\u044e\u0431\u043e\u0439 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u044b", "version": "2.1", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_title": "\u041d\u0430\u0439\u0442\u0438 \u0432 2\u0413\u0418\u0421", "default_icon": "2gis.png", "default_popup": "popup.html" }, "icons": { "16": "2gis.png", "48": "2gis.png", "128": "2gis_128x128.png" }, "permissions": [ "activeTab", "storage", "contextMenus" ] } |