Waze - Google Maps™ link
Waze Map Editor script that creates a link to the current position in Google Maps™.
Vad är Waze - Google Maps™ link?
Waze - Google Maps™ link är en Chrome-tillägg utvecklad av nalym, och dess huvudfunktion är "Waze Map Editor script that creates a link to the current position in Google Maps™.".
Tilläggsskärmbilder
Ladda ner Waze - Google Maps™ link-förlängningens CRX-fil
Ladda ner Waze - Google Maps™ link-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Waze Map Editor (WME) addon, that creates a link to the current position in Google Maps™. Link appears next to the waze permalink. Grundläggande Information om Tillägg
| Namn | |
| ID | jblojdkgpamepmiammlgkkhknojnlmai |
| Officiell webbadress | https://chromewebstore.google.com/detail/waze-google-maps-link/jblojdkgpamepmiammlgkkhknojnlmai |
| Beskrivning | Waze Map Editor script that creates a link to the current position in Google Maps™. |
| Filstorlek | 13.71 KB |
| Antal Installationer | 10,000 |
| Aktuell Version | 1.2.2 |
| Senast Uppdaterad | 2015-04-22 |
| Publiceringsdatum | 2015-04-22 |
| Betyg | 4.22/5 Totalt 476 Betyg |
| Utvecklare | nalym |
| Betalningssätt | free |
| Stödda Språk | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Waze - Google Maps\u2122 link",
"version": "1.2.2",
"manifest_version": 2,
"content_scripts": [
{
"matches": [
"https:\/\/*.waze.com\/*editor\/*",
"https:\/\/*.waze.com\/map-editor\/*",
"https:\/\/*.waze.com\/beta_editor\/*",
"https:\/\/*.waze.co.il\/*editor\/*",
"https:\/\/*.waze.co.il\/beta_editor\/*"
],
"js": [
"gmaps_permalink.js"
]
}
],
"description": "Waze Map Editor script that creates a link to the current position in Google Maps\u2122.",
"icons": {
"128": "icon_128.png"
}
} | |