Maps.lt selection-based search
Quickly find a place of selected address using Maps.lt locator
What is Maps.lt selection-based search?
Maps.lt selection-based search is a Chrome extension developed by https://www.myk.lt, and its main feature is "Quickly find a place of selected address using Maps.lt locator".
Extension Screenshots
Download Maps.lt selection-based search Extension CRX File
Download Maps.lt selection-based search 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
Quickly and easily find your place of selected address in Lithuania. Use context menu link to Maps.lt search.
Extension Basic Information
Name | Maps.lt selection-based search |
ID | daooonajgfdljpbeddldndfjplmdphjm |
Official URL | https://chromewebstore.google.com/detail/mapslt-selection-based-se/daooonajgfdljpbeddldndfjplmdphjm |
Description | Quickly find a place of selected address using Maps.lt locator |
File Size | 10.7 KB |
Installation Count | 54 |
Current Version | 0.2 |
Last Updated | 2012-09-18 |
Publish Date | 2012-09-18 |
Rating | 4.75/5 Total 4 Ratings |
Developer | https://www.myk.lt |
Payment Type | free |
Extension Website | http://www.maps.lt |
Supported Languages | en,lt |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "description": "__MSG_extDescription__", "version": "0.2", "default_locale": "lt", "permissions": [ "contextMenus" ], "icons": { "16": "mapslt16.png", "48": "mapslt48.png", "128": "mapslt128.png" }, "background": { "scripts": [ "mapslt.js" ] }, "manifest_version": 2 } |