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!”。
擴展截圖
下載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.
擴展基本資訊
名稱 | |
ID | ceojojeclfndnodcppepdlghconbhdfh |
官方網址 | 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 |
電子郵箱 | [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 } |