Waze - Google Maps™ link
Waze Map Editor script that creates a link to the current position in Google Maps™.
Waze - Google Maps™ link क्या है?
Waze - Google Maps™ link nalym द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Waze Map Editor script that creates a link to the current position in Google Maps™."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Waze - Google Maps™ link एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Waze Map Editor (WME) addon, that creates a link to the current position in Google Maps™. Link appears next to the waze permalink.
एक्सटेंशन की मूल जानकारी
नाम | Waze - Google Maps™ link |
ID | jblojdkgpamepmiammlgkkhknojnlmai |
आधिकारिक URL | https://chromewebstore.google.com/detail/waze-google-maps-link/jblojdkgpamepmiammlgkkhknojnlmai |
विवरण | Waze Map Editor script that creates a link to the current position in Google Maps™. |
फ़ाइल का आकार | 13.71 KB |
स्थापना संख्या | 10,000 |
वर्तमान संस्करण | 1.2.2 |
अंतिम अपडेट | 2015-04-22 |
प्रकाशन तिथि | 2015-04-22 |
रेटिंग | 4.22/5 कुल 476 रेटिंग्स |
डेवलपर | nalym |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | 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" } } |