Direction Search Tab
Get directions from one address to another for free. Search local or long distance directions.
ما هو Direction Search Tab؟
Direction Search Tab هو إضافة Chrome تم تطويرها بواسطة https://safedrivingdirections.com، والميزة الرئيسية لها هي "Get directions from one address to another for free. Search local or long distance directions.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Direction Search Tab
قم بتنزيل ملفات الامتداد Direction Search Tab بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Find Your Way SafeDrivingDirections.com helps you find the safest driving directions. We make it really easy, just enter your starting address and where you want to go, we will then provide you step by step directions using the quickest route to wherever you want to go. We think the safest way to drive is to plan ahead. Find the best route from the safety of your home or office, then jump in your car and focus on the road ahead
معلومات أساسية عن التمديد
الاسم | |
ID | joobhllcmgcblpknnggemabjmlggeddc |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/direction-search-tab/joobhllcmgcblpknnggemabjmlggeddc |
الوصف | Get directions from one address to another for free. Search local or long distance directions. |
حجم الملف | 69.94 KB |
عدد التثبيتات | 313 |
النسخة الحالية | 1.0 |
آخر تحديث | 2017-11-14 |
تاريخ النشر | 2017-11-14 |
تقييم | 5.00/5 مجموع تقييمات 2 |
المطور | https://safedrivingdirections.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
عنوان صفحة سياسة الخصوصية | http://pacificavenuemedia.com/privacy-policy |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Direction Search Tab", "description": "Get directions from one address to another for free. Search local or long distance directions.", "version": "1.0", "manifest_version": 2, "icons": { "16": "images\/icon_16.png", "128": "images\/icon_128.png" }, "browser_action": { "default_icon": { "19": "images\/icon_19.png", "38": "images\/icon_38.png" }, "default_title": "Direction Search Tab" }, "web_accessible_resources": [ "images\/*", "search.html" ], "chrome_url_overrides": { "newtab": "search.html" }, "chrome_settings_overrides": { "homepage": "http:\/\/search.safedrivingdirections.com", "startup_pages": [ "http:\/\/search.safedrivingdirections.com" ] } } |