Tabliss - A Beautiful New Tab

A beautiful New Tab page with many customisable backgrounds and widgets that does not require any permissions.

Tabliss - A Beautiful New Tab란 무엇입니까?

Tabliss - A Beautiful New Tab은(는) https://tabliss.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A beautiful New Tab page with many customisable backgrounds and widgets that does not require any permissions."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Tabliss - A Beautiful New Tab 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Transform your new tab page to something beautiful and yours. Tabliss offers hundreds of customisation options to create a new tab page that unique to you. Choose from many background providers, and be rewarded with stunning, new pictures every time you open a new tab. Add your favourite widgets to stay productive throughout your day. Create your own new tab experience.

We care about your privacy and your experience. Tabliss is private, fast, and free. Completely free alternative to extensions like Momentum.

FEATURES
- Hundreds of customisation options
- Millions of backgrounds
- Useful widgets that keep you productive
- Translations for over 40 languages
- Private, secure, and requires no permissions
- Settings sync between your devices
- 100% free and open source

BACKGROUNDS
- Millions of photos with Unsplash
- Millions of animated gifs with GIPHY
- Solid colours and colour gradients
- Upload images from your own device

WIDGETS
- Current time in: analogue, digital, or quotes from literature
- Personal greetings that change over the course of the day
- Real-time weather conditions
- Inspiring daily quotes (or not inspiring, there are categories)
- Todo list to keep track for tasks
- Quick notes to jot things down
- Quick links/speed dial for your favourite websites
- Search box with support for Google, DuckDuckGo, and more
- Work hours to count down the day
- Live NBA scores for live games
- GitHub contributions calendar
- IP information about your connection
- Custom CSS for advanced styling

CONTACT
[email protected]                    

확장 프로그램 기본 정보

이름 Tabliss - A Beautiful New Tab Tabliss - A Beautiful New Tab
ID hipekcciheckooncpjeljhnekcoolahp
공식 URL https://chromewebstore.google.com/detail/tabliss-a-beautiful-new-t/hipekcciheckooncpjeljhnekcoolahp
설명 A beautiful New Tab page with many customisable backgrounds and widgets that does not require any permissions.
파일 크기 204 KB
설치 횟수 60,943
현재 버전 2.6.0
최근 업데이트 2022-04-25
출시 날짜 2020-04-15
평점 4.71/5 총 280 개의 평점
개발자 https://tabliss.io
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://tabliss.io
도움말 페이지 URL https://tabliss.io/support.html
개인정보 보호 정책 페이지 URL https://tabliss.io/privacy.html
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Tabliss - A Beautiful New Tab",
    "short_name": "Tabliss",
    "version": "2.6.0",
    "description": "A beautiful New Tab page with many customisable backgrounds and widgets that does not require any permissions.",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "96": "icons\/96.png",
        "128": "icons\/128.png"
    },
    "permissions": [
        "storage"
    ]
}