Direction Search Tab
Get directions from one address to another for free. Search local or long distance directions.
¿Qué es Direction Search Tab?
Direction Search Tab es una extensión de Chrome desarrollada por https://safedrivingdirections.com, y su función principal es "Get directions from one address to another for free. Search local or long distance directions.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Direction Search Tab
Descarga archivos de extensión Direction Search Tab en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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
Información Básica de la Extensión
Nombre | |
ID | joobhllcmgcblpknnggemabjmlggeddc |
URL Oficial | https://chromewebstore.google.com/detail/direction-search-tab/joobhllcmgcblpknnggemabjmlggeddc |
Descripción | Get directions from one address to another for free. Search local or long distance directions. |
Tamaño del Archivo | 69.94 KB |
Cantidad de Instalaciones | 313 |
Versión Actual | 1.0 |
Última Actualización | 2017-11-14 |
Fecha de Publicación | 2017-11-14 |
Calificación | 5.00/5 Total de 2 Calificaciones |
Desarrollador | https://safedrivingdirections.com |
Correo electrónico | [email protected] |
Tipo de Pago | free |
URL de la Página de Política de Privacidad | http://pacificavenuemedia.com/privacy-policy |
Idiomas Soportados | 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" ] } } |