Direction Search Tab

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

什么是Direction Search Tab?

Direction Search Tab是由https://safedrivingdirections.com开发的Chrome扩展程序,该扩展的主要功能是“Get directions from one address to another for free. Search local or long distance directions.”。

扩展截图

screenshot
screenshot

下载Direction Search Tab扩展crx文件

下载Direction Search Tab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Direction Search Tab Direction Search Tab
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
隐私政策页面URL 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"
        ]
    }
}