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 |
Eメール | [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:;" } } |