Outbound New Tab

Stay inspired with adventures from The Outbound in your new tabs.

Outbound New Tab란 무엇입니까?

Outbound New Tab은(는) https://www.theoutbound.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Stay inspired with adventures from The Outbound in your new tabs."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Outbound New Tab 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        An incredible adventure from somewhere around the world in every new tab.

The photos are from The Outbound Collective, a community of travelers sharing local adventures, travel stories and more. Want to see your photos in the Outbound Tab? You can add new adventures at www.theoutbound.com.                    

확장 프로그램 기본 정보

이름 Outbound New Tab Outbound New Tab
ID hikodglhajlfmnanaiegolkfdjbencnk
공식 URL https://chromewebstore.google.com/detail/outbound-new-tab/hikodglhajlfmnanaiegolkfdjbencnk
설명 Stay inspired with adventures from The Outbound in your new tabs.
파일 크기 185 KB
설치 횟수 518
현재 버전 1.0.5
최근 업데이트 2022-09-17
출시 날짜 2020-04-24
평점 5.00/5 총 5 개의 평점
개발자 https://www.theoutbound.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://www.theoutbound.com
도움말 페이지 URL https://everyoneoutside.theoutbound.com/about-us#contact
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Outbound New Tab",
    "description": "Stay inspired with adventures from The Outbound in your new tabs.",
    "version": "1.0.5",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "images\/outbound.png"
    },
    "icons": {
        "16": "images\/outbound.png",
        "48": "images\/outbound.png",
        "128": "images\/outbound.png"
    },
    "chrome_url_overrides": {
        "newtab": "tab.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "https:\/\/*.theoutbound.com\/"
    ]
}