Direction Search Tab
Get directions from one address to another for free. Search local or long distance directions.
Qu'est-ce que Direction Search Tab ?
Direction Search Tab est une extension Chrome développée par https://safedrivingdirections.com, et sa fonction principale est "Get directions from one address to another for free. Search local or long distance directions.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Direction Search Tab
Téléchargez les fichiers d'extension Direction Search Tab au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | |
ID | joobhllcmgcblpknnggemabjmlggeddc |
URL Officiel | https://chromewebstore.google.com/detail/direction-search-tab/joobhllcmgcblpknnggemabjmlggeddc |
Description | Get directions from one address to another for free. Search local or long distance directions. |
Taille du Fichier | 69.94 KB |
Nombre d'Installations | 313 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2017-11-14 |
Date de Publication | 2017-11-14 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | https://safedrivingdirections.com |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | http://pacificavenuemedia.com/privacy-policy |
Langues Prises en Charge | 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" ] } } |