Navigation from
Open maps quickly, without typing source and destination
Wat is Navigation from?
Navigation from is een Chrome-extensie ontwikkeld door http://mem-tree.appspot.com, en de belangrijkste functie is "Open maps quickly, without typing source and destination".
Extensie Screenshots
Download het CRX-bestand van de extensie Navigation from
Download Navigation from-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
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.
Basisinformatie over de Extensie
Naam | |
ID | aedcpciiciakckjbidcgjfogghcojfnl |
Officiële URL | https://chrome.google.com/webstore/detail/navigation-from/aedcpciiciakckjbidcgjfogghcojfnl |
Beschrijving | Open maps quickly, without typing source and destination |
Bestandsgrootte | 12.02 KB |
Aantal Installaties | 93 |
Huidige Versie | 1.0.8 |
Laatst Bijgewerkt | 2015-08-06 |
Publicatiedatum | 2015-08-06 |
Beoordeling | 5.00/5 Totaal 4 Beoordelingen |
Ontwikkelaar | http://mem-tree.appspot.com |
Betalingswijze | free |
Extensiewebsite | http://mem-tree.appspot.com |
Ondersteunde Talen | 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 } |