Navigation from
Open maps quickly, without typing source and destination
Qu'est-ce que Navigation from ?
Navigation from est une extension Chrome développée par http://mem-tree.appspot.com, et sa fonction principale est "Open maps quickly, without typing source and destination".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Navigation from
Téléchargez les fichiers d'extension Navigation from au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | aedcpciiciakckjbidcgjfogghcojfnl |
URL Officiel | https://chrome.google.com/webstore/detail/navigation-from/aedcpciiciakckjbidcgjfogghcojfnl |
Description | Open maps quickly, without typing source and destination |
Taille du Fichier | 12.02 KB |
Nombre d'Installations | 93 |
Version Actuelle | 1.0.8 |
Dernière Mise à Jour | 2015-08-06 |
Date de Publication | 2015-08-06 |
Évaluation | 5.00/5 Total 4 Évaluations |
Développeur | http://mem-tree.appspot.com |
Type de Paiement | free |
Site Web de l'Extension | http://mem-tree.appspot.com |
Langues Prises en Charge | 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 } |