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…”。
擴展截圖
下載MapQuest Directions擴展crx文件
下載MapQuest Directions擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
ID | ljocfgbodlhbdiiojpdnimkomffghman |
官方網址 | 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:;" } } |