The Travelist

Living the life of a Travelist

什麼是The Travelist?

The Travelist是由http://d2rinternetholdings.com開發的Chrome擴展程式,該擴展的主要功能是“Living the life of a Travelist”。

擴展截圖

screenshot

下載The Travelist擴展crx文件

下載The Travelist擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        The Travelist extension & Search  By D2R Internet Holdings

The Travelist extension gives you everything that you need to book your next flight, find the perfect lodging and plan your itinerary The Travelist has you covered!
All the tools that you need for your next travel right on your new tab page.
This extension sets your new tab page to The Travelist so you can access all these features.

Please read carefully: By installing the The Travelist extension extension you agree to install this application, and you agree to the End User License Agreement and the Privacy Policy. 
Please note that this extension provides an easy to use search option right inside your new tab extension!

End User License Agreement - https://www.d2rinternetholdings.com/termsconditions-travel/
Privacy Policy - https://www.d2rinternetholdings.com/privacypolicy-travel/

you may remove this extension at any time from the chrome extension page                    

擴展基本資訊

名稱 The Travelist The Travelist
ID phcifmkjchipkmbcmmnmaldemcbjcogg
官方網址 https://chrome.google.com/webstore/detail/the-travelist/phcifmkjchipkmbcmmnmaldemcbjcogg
簡介 Living the life of a Travelist
檔案大小 662 KB
安裝次數 20
目前版本 2.0
更新時間 2020-07-11
上架時間 2020-07-07
評分 1.00/5 共 16 次評分
開發者 http://d2rinternetholdings.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.d2rinternetholdings.com/thetravelist
說明頁面URL https://www.d2rinternetholdings.com/contact
隱私政策頁面URL https://www.d2rinternetholdings.com/privacypolicy
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "The Travelist",
    "version": "2.0",
    "manifest_version": 2,
    "description": "Living the life of a Travelist",
    "icons": {
        "19": "images\/icon_19.png",
        "38": "images\/icon_38.png",
        "128": "images\/icon_128.png"
    },
    "browser_action": {
        "default_title": "The Travelist - Living the life of a Travelist",
        "default_icon": {
            "19": "images\/icon_19.png",
            "38": "images\/icon_38.png"
        },
        "default_popup": "html\/main.html"
    },
    "options_page": "html\/options.html",
    "homepage_url": "http:\/\/d2rinternetholdings.com\/",
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "chrome_url_overrides": {
        "newtab": "html\/new_tab.html"
    },
    "permissions": [
        "topSites",
        "chrome:\/\/favicon\/*",
        "storage"
    ]
}