Google Maps Language Picker
Allows you to pick google maps language, overriding your default google apps language.
Wat is Google Maps Language Picker?
Google Maps Language Picker is een Chrome-extensie ontwikkeld door ozma, en de belangrijkste functie is "Allows you to pick google maps language, overriding your default google apps language.".
Download het CRX-bestand van de extensie Google Maps Language Picker
Download Google Maps Language Picker-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
If you would like to use one language on google maps while using a different one for the rest of your google apps.
Just press the icon of this extension, press option and pick your language.
[bug] On some cases it fail to work when redirect from another page, refresh the page or copy the URL to another tab will change the used language Basisinformatie over de Extensie
| Naam | |
| ID | ppmggddpkpknmapgmoieokbfnpncmble |
| Officiële URL | https://chromewebstore.google.com/detail/google-maps-language-pick/ppmggddpkpknmapgmoieokbfnpncmble |
| Beschrijving | Allows you to pick google maps language, overriding your default google apps language. |
| Bestandsgrootte | 19.45 KB |
| Aantal Installaties | 43 |
| Huidige Versie | 0.2.3 |
| Laatst Bijgewerkt | 2018-08-20 |
| Publicatiedatum | 2018-08-19 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | ozma |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"description": "Allows you to pick google maps language, overriding your default google apps language.",
"name": "Google Maps Language Picker",
"version": "0.2.3",
"options_ui": {
"page": "options.html",
"chrome_style": true
},
"icons": {
"16": "logo-16.png",
"48": "logo-48.png",
"128": "logo-128.png"
},
"browser_action": {
"default_icon": "logo-128.png",
"default_popup": "popup.html",
"default_title": "Google Maps Language Picker"
},
"content_scripts": [
{
"matches": [
"https:\/\/*.google.co.il\/maps\/*",
"https:\/\/*.google.com\/maps\/*",
"https:\/\/google.com\/maps\/*",
"https:\/\/maps.google.com\/maps\/*"
],
"js": [
"content.js"
],
"run_at": "document_start"
}
],
"permissions": [
"activeTab",
"storage"
]
} | |