Navigation from

Open maps quickly, without typing source and destination

Vad är Navigation from?

Navigation from är en Chrome-tillägg utvecklad av http://mem-tree.appspot.com, och dess huvudfunktion är "Open maps quickly, without typing source and destination".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Navigation from-förlängningens CRX-fil

Ladda ner Navigation from-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Navigation from Navigation from
ID aedcpciiciakckjbidcgjfogghcojfnl
Officiell webbadress https://chrome.google.com/webstore/detail/navigation-from/aedcpciiciakckjbidcgjfogghcojfnl
Beskrivning Open maps quickly, without typing source and destination
Filstorlek 12.02 KB
Antal Installationer 93
Aktuell Version 1.0.8
Senast Uppdaterad 2015-08-06
Publiceringsdatum 2015-08-06
Betyg 5.00/5 Totalt 4 Betyg
Utvecklare http://mem-tree.appspot.com
Betalningssätt free
Tilläggswebbplats http://mem-tree.appspot.com
Stödda Språk 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
}