Elegant Startage | New Tab

An elegant and powerful startpage.

Elegant Startage | New Tab란 무엇입니까?

Elegant Startage | New Tab은(는) thomaidistheo에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "An elegant and powerful startpage."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Elegant Startage | New Tab 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        An elegant and powerful startpage.

A New Tab replacement with elegant design and powerful tools to boost your productivity.

First things first, yes there is a dark mode option. 

List of tools: 
- Create custom bookmarks for your favorite websites
- Add tasks to an organized ToDo List
- Take notes and add them to a Notes List 
- Google search box
- Light / Dark theme

All that in 1 page, accessible in your New Tab. The perfect tool for productivity.                    

확장 프로그램 기본 정보

이름 Elegant Startage | New Tab Elegant Startage | New Tab
ID odgeaoeiadnifppkijkaiiafbcendbhd
공식 URL https://chromewebstore.google.com/detail/elegant-startage-new-tab/odgeaoeiadnifppkijkaiiafbcendbhd
설명 An elegant and powerful startpage.
파일 크기 1.04 MB
설치 횟수 90
현재 버전 1.6.3
최근 업데이트 2021-02-04
출시 날짜 2021-02-03
평점 5.00/5 총 3 개의 평점
개발자 thomaidistheo
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Elegant Startage | New Tab",
    "description": "An elegant and powerful startpage.",
    "version": "1.6.3",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "browser_action": {
        "default_icon": "\/assets\/96x96_icon.png"
    },
    "permission": [
        "tabs"
    ],
    "background": {
        "scripts": [
            "script.js"
        ],
        "persistent": false
    }
}