Maps Driving Directions

Maps Driving Directions featuring quick search,driving directions,weather, and more.

Maps Driving Directionsคืออะไร?

Maps Driving Directions เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://my-directions.com และคุณลักษณะหลักของมันคือ "Maps Driving Directions featuring quick search,driving directions,weather, and more."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Maps Driving Directions

ดาวน์โหลดไฟล์ส่วนขยาย Maps Driving Directions ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Maps Driving Directions replaces your new tab with Driving Directions with sponsored web search.

Enter Your Starting & Ending location to get Driving Directions or Toggle the Map switch to search a location.

The Installation of this extension will configure your New Tab Page to Driving Directions. Driving Directions extension is all you need to start browsing with quick access to driving directions & web search.

Features:
Personalize your startup page.
Includes weather, time, todo, notes and other components.
You can upload pictures as wallpapers, or upload videos as live wallpapers.


By installing this extension you agree to the data protection regulations (https://my-directions.com/privacy.html).

By installing this extension you agree to the main principles in order to use our service:
https://my-directions.com/terms.html

Used authorizations and reasons:

"Replace the page that appears when you open a new tab."
This way we can show you our product - a new tab with free web search.

"Read your browsing history and bookmarks"
This enables us to match product-specific content or offers to relevant information.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Maps Driving Directions Maps Driving Directions
ID dbgccacohbfpiagdmlgbomeniedaciec
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/maps-driving-directions/dbgccacohbfpiagdmlgbomeniedaciec
คำอธิบาย Maps Driving Directions featuring quick search,driving directions,weather, and more.
ขนาดไฟล์ 2.29 MB
จำนวนการติดตั้ง 550
เวอร์ชันปัจจุบัน 2.6.7.8
อัปเดตครั้งล่าสุด 2022-10-12
วันที่เผยแพร่ 2022-05-24
ผู้พัฒนา https://my-directions.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://my-directions.com/
URL หน้าช่วยเหลือ https://my-directions.com/contactus.html
URL หน้านโยบายความเป็นส่วนตัว https://my-directions.com/privacy.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "short_name": "__MSG_extName__",
    "version": "2.6.7.8",
    "description": "__MSG_description__",
    "default_locale": "en",
    "homepage_url": "https:\/\/my-directions.com",
    "author": "my-directions.com",
    "chrome_url_overrides": {
        "newtab": "\/dist\/index.html"
    },
    "icons": {
        "16": "images\/icon\/icon16.png",
        "32": "images\/icon\/icon32.png",
        "48": "images\/icon\/icon48.png",
        "128": "images\/icon\/icon128.png"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "js\/content_script.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/*.my-directions.com\/"
    ],
    "offline_enabled": true,
    "externally_connectable": {
        "matches": [
            "*:\/\/my-directions.com\/*"
        ]
    }
}