Travel Tab

Hotels and travel news on your new tab page!

Travel Tabとは何ですか?

Travel Tabはhttps://traveldailydiscounts.comによって開発されたChromeの拡張機能で、その主な機能は「Hotels and travel news on your new tab page!」です。

拡張機能のスクリーンショット

screenshot

Travel Tab拡張機能のCRXファイルをダウンロード

Travel Tab拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Travel offers and news on your new tab page.
Improve your new tab experience!
With this one single extension you can get the latest news about traveling!
Every time you open a new tab, you can read daily news about your favorite topic.



Privacy:
Your privacy matters. Here's how we protect it: 
Privacy: https://traveldailydiscounts.com/privacy/
Terms Of Use: https://traveldailydiscounts.com/terms/


By clicking "Add to chrome", you accept and agree to installing Travel Tab extension and setting Chrome New Tab search to that provided by the service.

The search will be powered by Microsoft Bing.
We're also providing to you Booking.com, Allegro.pl, Amazon.com and Ebay.com discounts as a part of Affiliate program.
It is not mandatory; you can disable/enable it in the "Support Us" section whenever you want.                    

拡張機能の基本情報

名前 Travel Tab Travel Tab
ID ceojojeclfndnodcppepdlghconbhdfh
公式URL https://chromewebstore.google.com/detail/travel-tab/ceojojeclfndnodcppepdlghconbhdfh
説明 Hotels and travel news on your new tab page!
ファイルサイズ 642 KB
インストール数 519
現在のバージョン 1.7
最終更新日 2023-12-12
公開日 2023-08-23
評価 5.00/5 合計 2 レビュー
開発者 https://traveldailydiscounts.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://traveldailydiscounts.com/
ヘルプページのURL https://traveldailydiscounts.com/privacy/
プライバシーポリシーページのURL https://traveldailydiscounts.com/privacy
対応言語 en,fr,it,pl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Travel Tab",
    "short_name": "Travel Tab",
    "description": "Hotels and travel news on your new tab page!",
    "version": "1.7",
    "default_locale": "en",
    "icons": {
        "16": "16.png",
        "32": "32.png",
        "48": "48.png",
        "128": "128.png"
    },
    "background": {
        "service_worker": "js\/worker.js"
    },
    "host_permissions": [
        "*:\/\/*.booking.com\/*",
        "*:\/\/*.traveldailydiscounts.com\/*"
    ],
    "permissions": [
        "declarativeNetRequest"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "aff",
                "enabled": true,
                "path": "rules_1.json"
            }
        ]
    },
    "options_page": "options.html",
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/traveldailydiscounts.com\/*"
        ]
    },
    "manifest_version": 3
}