Show/Hide Google Maps Containers
Show/Hide all additional containers in Google Maps
What is Show/Hide Google Maps Containers?
Show/Hide Google Maps Containers is a Chrome extension developed by Krasimir Stefanov, and its main feature is "Show/Hide all additional containers in Google Maps".
Extension Screenshots
Download Show/Hide Google Maps Containers Extension CRX File
Download Show/Hide Google Maps Containers 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
Extension provide simple functionalities Get coordinates - Returns coordinates of current location on the map Show containers - Show all additionally windows on the map Hide containers - Hide all additionally windows on the map Extension can be use only at www.google.com/maps
Extension Basic Information
Name | Show/Hide Google Maps Containers |
ID | jbhobgelhikphpgncpefcgaiejemimhh |
Official URL | https://chromewebstore.google.com/detail/showhide-google-maps-cont/jbhobgelhikphpgncpefcgaiejemimhh |
Description | Show/Hide all additional containers in Google Maps |
File Size | 34.66 KB |
Installation Count | 113 |
Current Version | 1.0.7 |
Last Updated | 2019-09-16 |
Publish Date | 2019-09-16 |
Developer | Krasimir Stefanov |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://www.gstatic.com/policies/terms/pdf/20200331/ba461e2f/google_terms_of_service_en_eu.pdf |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Show\/Hide Google Maps Containers", "version": "1.0.7", "description": "Show\/Hide all additional containers in Google Maps", "permissions": [ "activeTab", "declarativeContent", "storage" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "page_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } }, "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "manifest_version": 2 } |