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 |
公式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 |
Eメール | [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" ] } } |