Navigation from
Open maps quickly, without typing source and destination
Hvad er Navigation from?
Navigation from er en Chrome-udvidelse udviklet af http://mem-tree.appspot.com, og dens hovedfunktion er "Open maps quickly, without typing source and destination".
Udvidelsesskærmbilleder
Download Navigation from-udvidelses-CRX-fil
Download Navigation from-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | aedcpciiciakckjbidcgjfogghcojfnl |
Officiel URL | https://chrome.google.com/webstore/detail/navigation-from/aedcpciiciakckjbidcgjfogghcojfnl |
Beskrivelse | Open maps quickly, without typing source and destination |
Filstørrelse | 12.02 KB |
Antal Installationer | 93 |
Nuværende Version | 1.0.8 |
Senest Opdateret | 2015-08-06 |
Udgivelsesdato | 2015-08-06 |
Bedømmelse | 5.00/5 Samlet 4 Bedømmelser |
Udvikler | http://mem-tree.appspot.com |
Betalingsmetode | free |
Udvidelseswebsted | http://mem-tree.appspot.com |
Understøttede Sprog | 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 } |