StarterTab - Your next New Tab

A fully customizable webapp to replace your 'New Tab' homepage.

StarterTab - Your next New Tab란 무엇입니까?

StarterTab - Your next New Tab은(는) https://startertab.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A fully customizable webapp to replace your 'New Tab' homepage."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

StarterTab - Your next New Tab 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Tired of the same boring new tab page? StarterTab is here to revolutionize the way you start your day on the internet. With a completely customizable webapp to replace your new tab homepage, you can personalize your online experience like never before.

Say goodbye to plain and generic new tab pages. With StarterTab, you have complete control over the look and feel of your new tab page. You can change the colors, layouts, tiles, background, and more to match your individual style and needs. With 20+ different tiles and a grid to snap them to, the possibilities are endless. Choose from 15+ tiles designed to give you all the information you need to get your work done efficiently and quickly.

Whether you prefer Markdown files or need a todo list handy, StarterTab has you covered. Stay organized and productive with this powerful tool. Not only can you personalize your new tab page to meet your needs, but you can also share your themes publicly or find inspiration from other users. With StarterTab, the possibilities for customization are endless. Get ready to take your productivity to the next level!                    

확장 프로그램 기본 정보

이름 StarterTab - Your next New Tab StarterTab - Your next New Tab
ID hklfanmakojdijomofibaiepoeobioni
공식 URL https://chromewebstore.google.com/detail/startertab-your-next-new/hklfanmakojdijomofibaiepoeobioni
설명 A fully customizable webapp to replace your 'New Tab' homepage.
파일 크기 14.98 KB
설치 횟수 120
현재 버전 2.4.1
최근 업데이트 2023-05-27
출시 날짜 2023-03-08
평점 5.00/5 총 3 개의 평점
개발자 https://startertab.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://startertab.com/landingpad
도움말 페이지 URL https://startertab.com/faq
개인정보 보호 정책 페이지 URL https://startertab.com/legal/privacy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "StarterTab - Your next New Tab",
    "description": "A fully customizable webapp to replace your 'New Tab' homepage.",
    "version": "2.4.1",
    "icons": {
        "16": "assets\/favicon.ico",
        "32": "assets\/favicon.ico",
        "48": "assets\/favicon.ico",
        "128": "assets\/favicon.ico"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage"
    ],
    "chrome_url_overrides": {
        "newtab": "redirect.html"
    }
}