MapQuest Directions

Brighten Your Day With a MapQuest Themed New Tab page & One-Click access to Your Favorite MapQuest Driving Directions. MapQuest…

MapQuest Directions란 무엇입니까?

MapQuest Directions은(는) MapQuest Directions에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Brighten Your Day With a MapQuest Themed New Tab page & One-Click access to Your Favorite MapQuest Driving Directions. MapQuest…"입니다.

확장 프로그램 스크린샷

screenshot

MapQuest Directions 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Brighten Your Day With a MapQuest Themed New Tab page & One-Click access to Your Favorite MapQuest Driving Directions. MapQuest Directions extension will change your New Tab page to MapQuest Directions with Yahoo Sponsored Web Search, along with Adding Shortcut's and Background Image.



You can find our Privacy Policy at: https://system1.com/terms/privacy-policy                    

확장 프로그램 기본 정보

이름 MapQuest Directions MapQuest Directions
ID ljocfgbodlhbdiiojpdnimkomffghman
공식 URL https://chromewebstore.google.com/detail/mapquest-directions/ljocfgbodlhbdiiojpdnimkomffghman
설명 Brighten Your Day With a MapQuest Themed New Tab page & One-Click access to Your Favorite MapQuest Driving Directions. MapQuest…
파일 크기 122 KB
설치 횟수 14,702
현재 버전 1.1.2
최근 업데이트 2024-02-19
출시 날짜 2023-10-15
평점 5.00/5 총 1 개의 평점
개발자 MapQuest Directions
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://system1.com/terms/privacy-policy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1.2",
    "manifest_version": 3,
    "short_name": "MapQuest Directions",
    "name": "MapQuest Directions",
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/mapquestdirections.com\/*"
            ],
            "resources": [
                "*.json",
                "favicon.ico"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/mapquestdirections.com\/*"
        ]
    },
    "content_security_policy": {
        "extension_pages": "default-src 'self' 'unsafe-inline'; style-src 'self' 'unsafe-inline' https:\/\/cdn.jsdelivr.net; connect-src 'self' https:\/\/mapquestdrivingdirections.org https:\/\/www.mapquest.com\/directions; script-src 'self'; object-src 'self'; img-src 'self' https:\/\/mapquestdrivingdirections.org\/ * data:;"
    }
}