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.
擴展基本資訊
名稱 | Rimor by Expedia |
ID | elbfgdnahnccodkhinelmahoclapilkm |
官方網址 | 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'" } |