Direction Search Tab
Get directions from one address to another for free. Search local or long distance directions.
Cos'è Direction Search Tab?
Direction Search Tab è un'estensione di Chrome sviluppata da https://safedrivingdirections.com, e la sua funzione principale è "Get directions from one address to another for free. Search local or long distance directions.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Direction Search Tab
Scarica i file di estensione Direction Search Tab in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | |
ID | joobhllcmgcblpknnggemabjmlggeddc |
URL Ufficiale | https://chromewebstore.google.com/detail/direction-search-tab/joobhllcmgcblpknnggemabjmlggeddc |
Descrizione | Get directions from one address to another for free. Search local or long distance directions. |
Dimensione del File | 69.94 KB |
Conteggio Installazioni | 313 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2017-11-14 |
Data di Pubblicazione | 2017-11-14 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | https://safedrivingdirections.com |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | http://pacificavenuemedia.com/privacy-policy |
Lingue Supportate | 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" ] } } |