Direction Search Tab

Get directions from one address to another for free. Search local or long distance directions.

O que é Direction Search Tab?

Direction Search Tab é uma extensão do Chrome desenvolvida por https://safedrivingdirections.com, e sua principal característica é "Get directions from one address to another for free. Search local or long distance directions.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Direction Search Tab

Baixe arquivos de extensão Direction Search Tab no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Direction Search Tab Direction Search Tab
ID joobhllcmgcblpknnggemabjmlggeddc
URL Oficial https://chromewebstore.google.com/detail/direction-search-tab/joobhllcmgcblpknnggemabjmlggeddc
Descrição Get directions from one address to another for free. Search local or long distance directions.
Tamanho do Arquivo 69.94 KB
Contagem de Instalações 313
Versão Atual 1.0
Última Atualização 2017-11-14
Data de Publicação 2017-11-14
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor https://safedrivingdirections.com
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade http://pacificavenuemedia.com/privacy-policy
Idiomas Suportados 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"
        ]
    }
}