Navigation from
Open maps quickly, without typing source and destination
Apa itu Navigation from?
Navigation from adalah ekstensi Chrome yang dikembangkan oleh http://mem-tree.appspot.com, dan fitur utamanya adalah "Open maps quickly, without typing source and destination".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Navigation from
Unduh file ekstensi Navigation from dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | aedcpciiciakckjbidcgjfogghcojfnl |
URL Resmi | https://chrome.google.com/webstore/detail/navigation-from/aedcpciiciakckjbidcgjfogghcojfnl |
Deskripsi | Open maps quickly, without typing source and destination |
Ukuran File | 12.02 KB |
Jumlah Instalasi | 93 |
Versi Saat Ini | 1.0.8 |
Terakhir Diperbarui | 2015-08-06 |
Tanggal Publikasi | 2015-08-06 |
Penilaian | 5.00/5 Total 4 Penilaian |
Pengembang | http://mem-tree.appspot.com |
Tipe Pembayaran | free |
Situs Ekstensi | http://mem-tree.appspot.com |
Bahasa yang Didukung | 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 } |