Fitness Theme for New Tab

Stay productive and motivated with our new Fitness themed wallpapers & productivity tools

Fitness Theme for New Tab란 무엇입니까?

Fitness Theme for New Tab은(는) Garry P.에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Stay productive and motivated with our new Fitness themed wallpapers & productivity tools"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Fitness Theme for New Tab 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Get a doze of motivation for your next workout every time you open the new tab with our Fitness theme!

Keep in mind that we won't load you with tons of cheesy 'inspirational' quotes. Instead, you'll just see all the fitness things that should suffice for a motivation itself. Weights, muscles, stylish sneakers - doesn't it make you wanna hit the gym already?!

Anyway, get some additional features for your productivity:

> Powerful search: use regular engines like Google or add any other portals like YouTube for your next search

> Dark mode

> Advanced bookmarks organizer with the ability to systemize websites into categories

> 25+ HD fitness themed backgrounds

> Custom wallpapers uploads from your computer

> Minimalistic & customizable interface

> Google apps menu

No pain, no gain? It's totally up to you, just make sure that you're staying healthy & productive with a little help of our Fitness theme for Chrome.                    

확장 프로그램 기본 정보

이름 Fitness Theme for New Tab Fitness Theme for New Tab
ID homhjagelbociolcnmeiolpecmafniji
공식 URL https://chrome.google.com/webstore/detail/fitness-theme-for-new-tab/homhjagelbociolcnmeiolpecmafniji
설명 Stay productive and motivated with our new Fitness themed wallpapers & productivity tools
파일 크기 923 KB
설치 횟수 47
현재 버전 5.0.8
최근 업데이트 2020-10-19
출시 날짜 2020-10-19
개발자 Garry P.
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://sites.google.com/view/dark-new-tab-privacy-policy
지원되는 언어 id,ms,de,en,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_app_name__",
    "description": "__MSG_app_description__",
    "default_locale": "en",
    "icons": {
        "16": "public\/icons\/dr_16.png",
        "48": "public\/icons\/dr_48.png",
        "128": "public\/icons\/dr_128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "\/public\/icons\/dr_active_19.png",
            "38": "\/public\/icons\/dr_active_38.png"
        }
    },
    "chrome_url_overrides": {
        "newtab": "\/public\/html\/index.html"
    },
    "manifest_version": 2,
    "background": {
        "persistent": false,
        "scripts": [
            "\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "panel.js"
            ],
            "run_at": "document_start",
            "all_frames": true,
            "match_about_blank": true
        }
    ],
    "web_accessible_resources": [
        "\/public\/**\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "permissions": [
        "tabs",
        "history",
        "unlimitedStorage",
        "chrome:\/\/favicon\/",
        "contextMenus",
        "storage",
        "",
        "alarms"
    ],
    "optional_permissions": [
        "bookmarks",
        "sessions"
    ],
    "version": "5.0.8",
    "commands": {
        "toggle": {
            "suggested_key": {
                "default": "Alt+Shift+D"
            },
            "description": "__MSG_toggle_extension__"
        },
        "addSite": {
            "suggested_key": {
                "default": "Alt+Shift+A"
            },
            "description": "__MSG_toggle_current_site__"
        },
        "toggle-search-panel": {
            "suggested_key": {
                "default": "Ctrl+Shift+U",
                "mac": "Command+Shift+U"
            },
            "description": "Open search pannel"
        }
    }
}