Snowy Tab

Snowy Tab allows you to enhance your day with beautiful backgrounds and essential features.

Snowy Tab란 무엇입니까?

Snowy Tab은(는) snowytab.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Snowy Tab allows you to enhance your day with beautiful backgrounds and essential features."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Modify the new tab page to fit your needs in order to increase your motivation and productivity.

❄️ Snowy Tab ❄️ is an extension that will fill you with comfort and positivity. Whenever you open a new tab on your browser, you will find breathtaking HD background photos. To see these pictures without opening a new tab, you can just click in the top left corner until you find your favorite wallpaper.  

We created a Search Box for people who loves to explore and look for amazing search results. 🔍

The weather element is another simple but important tool. You can check the weather and plan your chores and leisure time appropriately if you have it on your tab.  🌤️ 

In this time where all people are packed with obligations, one of the most important things is organizing time. To not forget about time, we implemented a beautifully designed clock so you can monitor your time.  ⏰

Check your exact location in the top right corner. 📍

If you feel like you need more info, check out these webpages:
              💻 HOMEPAGE: https://snowytab.com/index.html
              📩 CONTACT:  https://snowytab.com/contact.html
              📃  PRIVACY: https://snowytab.com/privacy-policy.html

You can easily uninstall this extension by following these steps:
1. Click on the extensions menu
2. Find the extension
3. Select three dots on the right
4. Click "Remove from Chrome"                    

확장 프로그램 기본 정보

이름 Snowy Tab Snowy Tab
ID kebkjbomagldfbbocolebohdlmgmglnn
공식 URL https://chrome.google.com/webstore/detail/snowy-tab/kebkjbomagldfbbocolebohdlmgmglnn
설명 Snowy Tab allows you to enhance your day with beautiful backgrounds and essential features.
파일 크기 7.81 MB
설치 횟수 30,000
현재 버전 1
최근 업데이트 2022-03-22
출시 날짜 2022-02-01
평점 4.00/5 총 3 개의 평점
개발자 snowytab.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://snowytab.com/
도움말 페이지 URL https://snowytab.com/contact.html
개인정보 보호 정책 페이지 URL https://snowytab.com/privacy-policy.html
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Snowy Tab",
    "description": "Snowy Tab allows you to enhance your day with beautiful backgrounds and essential features.",
    "version": "1",
    "icons": {
        "16": "\/images\/snowflake16.png",
        "32": "\/images\/snowflake32.png",
        "64": "\/images\/snowflake64.png",
        "128": "\/images\/snowflake128.png"
    },
    "short_name": "Snowy Tab",
    "chrome_url_overrides": {
        "newtab": "html\/nt.html"
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "host_permissions": [
        "*:\/\/snowytab.com\/*"
    ],
    "manifest_version": 3,
    "background": {
        "service_worker": "sw.js"
    }
}