TabX - Minimalist New Tab

Improve your web browsing experience with TabX, a beautiful, customizable and lightweight new tab.

TabX - Minimalist New Tab란 무엇입니까?

TabX - Minimalist New Tab은(는) https://tabx.pro에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Improve your web browsing experience with TabX, a beautiful, customizable and lightweight new tab."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

TabX - Minimalist New Tab 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Improve your web browsing experience with TabX, a beautiful, customizable and lightweight homepage.
Every time you open a new window or tab, you'll be greeted by this minimalist looking page that will help your serenity and productivity. Thanks to its gorgeous high quality backgrounds that change according to the mood of the day, your new tabs will always feel fresh.

TabX was built as a more modern alternative to homepages like Momentum. We took inspiration from iOS and Apple's design language to create this beautiful homepage that will help you focus on what matters.

Here's some key features:
🍏 iOS design language
🏞 Dynamic 4K backgrounds that change according to the mood of the day
⚡️ Fast & lightweight!
🔎 Search bar (compatible with all search engines)
🕰 Analog clock with multiple clock faces
🌤 Weather
🔗 Quick Links
👋 Greets you by your name
🌘 Dark mode
🥖 Emoji as favicon
🧑‍💻 Custom CSS styling
📝 Custom fonts
🔒 Privacy focused
🌎 Multilanguage
🌐Random Quotes

TabX aims to look and feel minimal, while still bringing you lots of options to customise it to your liking. Set your own backgrounds (or Unsplash collections!), enable the beautiful analog clock, set your own font and Quick Links... You can even check out our documentation where we compiled some style snippets to do even more.

The project is entirely open source, developer friendly and actually respects your privacy. We do not collect any data, nor do you need to create an account to use it.

- - - - - - - - - - - - - - - - - - - - - - - - - - - -

🏞 Dynamic 4K backgrounds
We handpicked some of the most beautiful Unsplash photos so that your new tabs will always feel fresh. Discover high quality photos of incredible landscapes, animals and nature.

⚡️ Fast & lightweight!
TabX is built with vanilla JavaScript and optimised for the best possible performance.

🔎 Search bar
The integrated search bar of TabX is compatible with all search engines. Yes, all of them! That includes the usual Google, Bing, DuckDuckGo, Yahoo, Startpage as well as others, like Ecosia, Lilo and Qwant. If you want, you can even add you own custom search engine.

🕰 Analog clock 
TabX's default clock is made to ressemble what you have on the iPhone and other iOS devices. But if you'd like something more exotic, you can replace it with a very cool analog clock, and customise it as you'd like.

🌤 Weather
In a simple sentence, get a summary of you local current weather and forecast.

🔗 Quick Links
It wouldn't be a real homepage without bookmarks! TabX allows you to add your own bookmarks, change their icons and import your current bookmarks from your browser.

🌘 Dark mode
Just like on iOS, TabX has a beautiful automatic dark mode.

🥖 Emoji as favicon

🔒 Privacy focused
Some homepages like Momentum encourage you to create an account, give them some personal info, use more permissions and rely on many third party services. TabX doesn’t collect any data, even for analytics purposes, use minimal permissions, rely on fewer third party services and of course doesn’t have any account system. TabX being open source also means that you can easily check out if our claims are true.

🧑‍💻 Custom CSS styling
Have a specific idea in mind? TabX has you covered with the custom styles section. You can customise and do anything when you add your own CSS.

📝 Custom fonts
Want a specific font on your homepage ? You can easily select it thanks to TabX integreation with Google Fonts.

🌎 Multilanguage
Thanks to our awesome contributors, TabX is available in 15 different languages.                    

확장 프로그램 기본 정보

이름 TabX - Minimalist New Tab TabX - Minimalist New Tab
ID bpcpcfmnkiibookjkccgafkdejbbpjac
공식 URL https://chromewebstore.google.com/detail/tabx-minimalist-new-tab/bpcpcfmnkiibookjkccgafkdejbbpjac
설명 Improve your web browsing experience with TabX, a beautiful, customizable and lightweight new tab.
파일 크기 592 KB
설치 횟수 4,303
현재 버전 1.15.5
최근 업데이트 2022-11-29
출시 날짜 2022-11-16
평점 4.75/5 총 183 개의 평점
개발자 https://tabx.pro
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://tabx.pro/
도움말 페이지 URL https://tabx.pro/
개인정보 보호 정책 페이지 URL https://www.w3technic.com/privacy-policy
지원되는 언어 id,de,en,fr,nl,tr,da,it,hu,pl,pt-BR,fi,sv,ru,uk,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extensionName__",
    "short_name": "TabX",
    "version": "1.15.5",
    "description": "__MSG_extensionDesc__",
    "author": "Victor Azevedo and Tahoe Beetschen",
    "default_locale": "en",
    "icons": {
        "128": "src\/assets\/favicon-128x128.png",
        "512": "src\/assets\/favicon-512x512.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "action": {
        "title": "TabX"
    },
    "homepage_url": "https:\/\/tabx.pro",
    "offline_enabled": true,
    "background.service_worker": {
        "persistent": false,
        "scripts": [
            "src\/scripts\/background.js"
        ]
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "geolocation"
    ],
    "optional_permissions": [
        "bookmarks"
    ]
}