Navigation from

Open maps quickly, without typing source and destination

Τι είναι το Navigation from;

Το Navigation from είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://mem-tree.appspot.com, και η κύρια λειτουργία του είναι "Open maps quickly, without typing source and destination".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Navigation from

Λήψη αρχείων επέκτασης Navigation from σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Navigation from Navigation from
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
}