Navigation from
Open maps quickly, without typing source and destination
Navigation from क्या है?
Navigation from http://mem-tree.appspot.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Open maps quickly, without typing source and destination"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Navigation from एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Reduce the effort of going to maps and typing source and destination addresses. 1) Define shortcuts like home/work on options page of the extension for source address. (Tools -> Extensions) 2) Later on, simply select text and right click to find distance from home/work to the selected text.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | aedcpciiciakckjbidcgjfogghcojfnl |
आधिकारिक URL | https://chrome.google.com/webstore/detail/navigation-from/aedcpciiciakckjbidcgjfogghcojfnl |
विवरण | Open maps quickly, without typing source and destination |
फ़ाइल का आकार | 12.02 KB |
स्थापना संख्या | 93 |
वर्तमान संस्करण | 1.0.8 |
अंतिम अपडेट | 2015-08-06 |
प्रकाशन तिथि | 2015-08-06 |
रेटिंग | 5.00/5 कुल 4 रेटिंग्स |
डेवलपर | http://mem-tree.appspot.com |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://mem-tree.appspot.com |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Navigation from", "description": "Open maps quickly, without typing source and destination", "version": "1.0.8", "permissions": [ "contextMenus", "storage" ], "background": { "scripts": [ "background.js" ] }, "options_page": "options.html", "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "manifest_version": 2 } |