Rimor by Expedia
Explore new places through Rimor by Expedia
什么是Rimor by Expedia?
Rimor by Expedia是由https://www.expedia.com开发的Chrome扩展程序,该扩展的主要功能是“Explore new places through Rimor by Expedia”。
扩展截图
下载Rimor by Expedia扩展crx文件
下载Rimor by Expedia扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Get beautiful pictures with recommended cities and links to Expedia pages when you open new tab in your Chrome browser. 扩展基本信息
| 名称 | |
| ID | elbfgdnahnccodkhinelmahoclapilkm |
| 官方URL | https://chromewebstore.google.com/detail/rimor-by-expedia/elbfgdnahnccodkhinelmahoclapilkm |
| 简介 | Explore new places through Rimor by Expedia |
| 文件大小 | 5.23 MB |
| 安装次数 | 2,193 |
| 当前版本 | 1.0.38 |
| 更新时间 | 2018-06-27 |
| 上架时间 | 2018-06-27 |
| 评分 | 4.87/5 共31次评分 |
| 开发者 | https://www.expedia.com |
| 付费类型 | free |
| 扩展官网 | https://www.expedia.com |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Rimor by Expedia",
"description": "Explore new places through Rimor by Expedia",
"version": "1.0.38",
"manifest_version": 2,
"chrome_url_overrides": {
"newtab": "index.html"
},
"permissions": [
"storage",
"unlimitedStorage",
"cookies",
"http:\/\/www.expedia.com\/*",
"https:\/\/www.expedia.com\/*"
],
"web_accessible_resources": [
"json\/*.json"
],
"icons": {
"16": "icons\/rimor_16.png",
"48": "icons\/rimor_48.png",
"128": "icons\/rimor_128.png"
},
"content_security_policy": "default-src 'self'; script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/connect.facebook.net\/; connect-src https:\/\/www.expedia.com\/flex\/rimor; img-src *; frame-src http:\/\/staticxx.facebook.com; style-src 'unsafe-inline'"
} | |