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.”。
擴展截圖
下載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
擴展基本資訊
名稱 | |
ID | joobhllcmgcblpknnggemabjmlggeddc |
官方網址 | 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" ] } } |