Venus Tab

Modify new tab page in a way that suits you best to boost your motivation and productivness.

Venus Tab란 무엇입니까?

Venus Tab은(는) venustab.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Modify new tab page in a way that suits you best to boost your motivation and productivness."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        We all need some bright colors to lighten our days, therefore we created an extension that displays amazing images in each new Tab. Venus's beauty will wow you!

By clicking “Add to Chrome” I accept and agree to install Venus Tab Chrome Extensions and set chrome new tab to that provided by the service and terms of use and Privacy policy.

The extension will update your search settings and will change your new tab search service provided by Bing. 

If you are a true fan, there is an option in the top left corner that allows you to change it whenever you want and simply enjoy these wonderful colour.

Beautiful design is not the only thing that is pretty great about Venus Tab. You can use interesting widgets and make your days more productive than ever. 

We incorporated a clock function to ensure that you are always aware of the time. It's vital not to lose track of time, especially if you're swamped with important activities.

Another basic but crucial feature is the weather function. If you have it in your tab, you may check the weather for the precise area and arrange your duties and leisure time accordingly.

The Search Bar is the one we enjoy most. It just urges you to seek fascinating thoughts by blending in with the stunning backgrounds. 

Motivation is something that drives us through some tough days and everybody needs a couple of strong sentences to gain motivation. There is a reminder in the bottom right corner which you can use to set how often you want to see these pop-ups.  

Please feel free to browse our website for additional information:
Website: https://venustab.com/

Check our Privacy Policies:
PP: https://venustab.com/privacy-policy.html
EULA: https://venustab.com/eula.html

Learn more about our company:
About Us: https://venustab.com/about-us.html

You can easily uninstall it if you are no longer interested. Follow these steps for removal: 
1) Menu tab
2) Extensions
3) Click on the extension
4) Remove from Chrome                    

확장 프로그램 기본 정보

이름 Venus Tab Venus Tab
ID fopgjcmiakgcbopjoddcnkmpbpohjjbo
공식 URL https://chromewebstore.google.com/detail/venus-tab/fopgjcmiakgcbopjoddcnkmpbpohjjbo
설명 Modify new tab page in a way that suits you best to boost your motivation and productivness.
파일 크기 409 KB
설치 횟수 135
현재 버전 1.5
최근 업데이트 2023-08-04
출시 날짜 2023-05-29
개발자 venustab.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://venustab.com/
도움말 페이지 URL https://venustab.com/#contact
개인정보 보호 정책 페이지 URL https://venustab.com/privacy-policy.html
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Venus Tab",
    "description": "Modify new tab page in a way that suits you best to boost your motivation and productivness.",
    "version": "1.5",
    "icons": {
        "16": "\/images\/16.png",
        "32": "\/images\/32.png",
        "48": "\/images\/48.png",
        "64": "\/images\/64.png"
    },
    "short_name": "venustabCh",
    "chrome_url_overrides": {
        "newtab": "html\/new_tab_page.html"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "*:\/\/venustab.com\/*"
    ],
    "manifest_version": 3,
    "background": {
        "service_worker": "worker.js"
    }
}