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."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

AwayTab - Travel Backgrounds 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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!                    

확장 프로그램 기본 정보

이름 AwayTab - Travel Backgrounds AwayTab - Travel Backgrounds
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
이메일 [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"
        }
    }
}