Direction Search Tab
Get directions from one address to another for free. Search local or long distance directions.
Direction Search Tab là gì?
Direction Search Tab là một tiện ích mở rộng Chrome được phát triển bởi https://safedrivingdirections.com, và tính năng chính của nó là "Get directions from one address to another for free. Search local or long distance directions.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Direction Search Tab
Tải xuống các tệp mở rộng Direction Search Tab dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | joobhllcmgcblpknnggemabjmlggeddc |
URL Chính Thức | https://chromewebstore.google.com/detail/direction-search-tab/joobhllcmgcblpknnggemabjmlggeddc |
Mô tả | Get directions from one address to another for free. Search local or long distance directions. |
Kích Thước Tệp | 69.94 KB |
Số Lần Cài Đặt | 313 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2017-11-14 |
Ngày Phát Hành | 2017-11-14 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | https://safedrivingdirections.com |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | http://pacificavenuemedia.com/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } } |