FlowTab

A beautiful, elegant, and minimalist new tab for your browser.

FlowTab란 무엇입니까?

FlowTab은(는) Flowshade에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A beautiful, elegant, and minimalist new tab for your browser."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        👋 Thanks for checking out FlowTab!

Experience elegance and minimalism like never before in a clean new tab for your browser. Keep a modern look without sacrificing your productivity, and customize to make FlowTab just the way you like it.

⭐ What's new in v1.4?
- Bug fixes
- Transparency Effects
- New, clean font

✅ Features include: 
- Custom quick links
- Custom wallpaper from URL
- Dark, light, and custom theme
- Selection of 5 search engines
- 12 and 24 hour time format

Check out our GitHub (https://github.com/flowshade/flowtab) to post issues and see what we used to make this project.                    

확장 프로그램 기본 정보

이름 FlowTab FlowTab
ID ainabceojclhldicflamfgghhkmmcnlo
공식 URL https://chromewebstore.google.com/detail/flowtab/ainabceojclhldicflamfgghhkmmcnlo
설명 A beautiful, elegant, and minimalist new tab for your browser.
파일 크기 70.11 KB
설치 횟수 74
현재 버전 1.4
최근 업데이트 2022-03-11
출시 날짜 2021-08-02
평점 5.00/5 총 5 개의 평점
개발자 Flowshade
이메일 [email protected]
결제 유형 free
도움말 페이지 URL https://github.com/flowshade/flowtab
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FlowTab",
    "description": "A beautiful, elegant, and minimalist new tab for your browser.",
    "version": "1.4",
    "manifest_version": 3,
    "chrome_url_overrides": {
        "newtab": "pages\/dashboard.html"
    },
    "icons": {
        "16": "assets\/logo16.png",
        "48": "assets\/logo48.png",
        "128": "assets\/logo128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "topSites"
    ]
}