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
}