Show/Hide Google Maps Containers

Show/Hide all additional containers in Google Maps

Wat is Show/Hide Google Maps Containers?

Show/Hide Google Maps Containers is een Chrome-extensie ontwikkeld door Krasimir Stefanov, en de belangrijkste functie is "Show/Hide all additional containers in Google Maps".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Show/Hide Google Maps Containers

Download Show/Hide Google Maps Containers-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Show/Hide Google Maps Containers Show/Hide Google Maps Containers
ID jbhobgelhikphpgncpefcgaiejemimhh
Officiële URL https://chromewebstore.google.com/detail/showhide-google-maps-cont/jbhobgelhikphpgncpefcgaiejemimhh
Beschrijving Show/Hide all additional containers in Google Maps
Bestandsgrootte 34.66 KB
Aantal Installaties 113
Huidige Versie 1.0.7
Laatst Bijgewerkt 2019-09-16
Publicatiedatum 2019-09-16
Ontwikkelaar Krasimir Stefanov
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://www.gstatic.com/policies/terms/pdf/20200331/ba461e2f/google_terms_of_service_en_eu.pdf
Ondersteunde Talen 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
}