John Wick New Tab Theme

Enjoy John Wick HD and 4K wallpapers every time you open a new tab.

John Wick New Tab Theme란 무엇입니까?

John Wick New Tab Theme은(는) YummyTabs에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Enjoy John Wick HD and 4K wallpapers every time you open a new tab."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

John Wick New Tab Theme 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Welcome to the intense world of John Wick each time you open your new tab. This highly recommended extension delivers hundreds of high resolution and 4K background images to your new tab in addition to some very useful tools.

Powered by YummyTabs, this amazing extension that will significantly enhance your browsing experience. Replace your browser's new tab page with an incredible dashboard featuring constantly updated John Wick wallpapers, powerful weather forecasts, meditation mode, speed tabs and other features.

For all you John Wick fans this is going to blow your mind. We add new wallpapers daily of only the highest quality scenes. A new surprise awaits you every time you open your browser. Enjoy stunning wallpapers of John Wick, Sofia, Winston, Bowery King, Tick Tock Man, the Adjudicator and Zero every time you open a new tab.

Features:
★ Hundreds of unique John Wick wallpapers that are updated daily.
★ Ultra customization. Leave the minimalist default screen or go to settings and completely customize the look and feel.
★ Current weather and forecasts powered by Dark Sky.
★ Screen saver mode to focus on the amazing backgrounds.
★ Beautiful clock and calendars.
★ Quick access to your most visited sites, bookmarks and apps (if you elect to).

Even more feature information:
- Hyper local and super accurate weather information should you decide to venture outside.
- Super clean clock and date to make sure you don’t become lost in the abyss of your favorite game.
- Speed dials links for single-click access to your most frequently viewed websites. As well as quick access to your bookmarks and apps. (If you elect to use the speed dial feature you will be asked for permission.)

Interested in other themes? Visit our homepage for more HD wallpapers and new tab themes: https://www.yummytabs.com                    

확장 프로그램 기본 정보

이름 John Wick New Tab Theme John Wick New Tab Theme
ID knjbjomapkpjigpcaplepmlkioiemibb
공식 URL https://chrome.google.com/webstore/detail/john-wick-new-tab-theme/knjbjomapkpjigpcaplepmlkioiemibb
설명 Enjoy John Wick HD and 4K wallpapers every time you open a new tab.
파일 크기 62.45 KB
설치 횟수 188
현재 버전 1.2
최근 업데이트 2019-05-26
출시 날짜 2019-05-26
평점 5.00/5 총 1 개의 평점
개발자 YummyTabs
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.yummytabs.com
도움말 페이지 URL https://www.yummytabs.com/help
개인정보 보호 정책 페이지 URL https://www.yummytabs.com/privacy-policy
지원되는 언어 de,en,fr,da,es,it,pl,pt-BR,pt-PT,ru,ja,ko
manifest.json
{
    "name": "__MSG_appName__",
    "short_name": "__MSG_appShortName__",
    "description": "__MSG_appDesc__",
    "version": "1.2",
    "default_locale": "en",
    "manifest_version": 2,
    "browser_action": {
        "default_title": "__MSG_appTitle__"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "cookies",
        "*:\/\/*.yummytabs.com\/",
        "storage"
    ],
    "optional_permissions": [
        "topSites"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "js\/jquery.min.js",
                "js\/newtab.js"
            ],
            "matches": [
                "*:\/\/*.yummytabs.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}