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 |
官方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:;" } } |