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".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Navigation from
قم بتنزيل ملفات الامتداد Navigation from بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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. معلومات أساسية عن التمديد
| الاسم | |
| 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
} | |