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
公式URL 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
Eメール [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"
    ]
}