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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Get directions from one address to another for free. Search local or long distance directions."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Direction Search Tab एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
ईमेल | [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" ] } } |