AwayTab - Travel Backgrounds
Discover amazing places to travel to in every new tab you open.
AwayTab - Travel Backgroundsとは何ですか?
AwayTab - Travel Backgroundsはchampagneによって開発されたChromeの拡張機能で、その主な機能は「Discover amazing places to travel to in every new tab you open.」です。
拡張機能のスクリーンショット
AwayTab - Travel Backgrounds拡張機能のCRXファイルをダウンロード
AwayTab - Travel Backgrounds拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
With every time you open a new tab, you'll be presented with a stunning image of a new destination, along with the cheapest flights from your area. It's the perfect way to get inspired, plan your next adventure, and start dreaming of your next great escape! Away features 40+ Destinations!
拡張機能の基本情報
名前 | |
ID | homnophpjlhlpaglnfpomcambjmgceem |
公式URL | https://chrome.google.com/webstore/detail/awaytab-travel-background/homnophpjlhlpaglnfpomcambjmgceem |
説明 | Discover amazing places to travel to in every new tab you open. |
ファイルサイズ | 44.94 KB |
インストール数 | 274 |
現在のバージョン | 1.1.2 |
最終更新日 | 2024-03-04 |
公開日 | 2018-04-26 |
評価 | 4.56/5 合計 9 レビュー |
開発者 | champagne |
Eメール | [email protected] |
支払い方法 | in_app |
拡張機能のウェブサイト | https://awaytab.com |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "AwayTab - Travel Backgrounds", "manifest_version": 3, "short_name": "AwayTab", "description": "Discover amazing places to travel to in every new tab you open.", "version": "1.1.2", "default_locale": "en", "chrome_url_overrides": { "newtab": "index.html" }, "background": { "service_worker": "js\/background.js" }, "permissions": [ "geolocation", "storage" ], "icons": { "128": "img\/icon.png" }, "action": { "default_icon": { "128": "img\/icon.png" } } } |