Serenity

Replace your new tab with a minimalistic homepage featuring some of the most beautiful words in the English language.

Serenity란 무엇입니까?

Serenity은(는) Emil Carlsson에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Replace your new tab with a minimalistic homepage featuring some of the most beautiful words in the English language."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Are you getting sick of that same old boring default new tab page in Chrome? Hey, me too! That's why I created this extension, to freshen up the default page and add some beautiful scenery and words. 

'But what about links to my most visited sites? I can't be without that!'
No worries! I got you covered, fam. In the upper left corner of the page there is an eye icon, if you click on it a list will appear with your most visited sites so that you can quickly get access to your favorite websites. Nifty, huh?


If you rather prefer having inspirational quotes shown on your new tab I got you covered aswell. Quotes New Tab is my first new tabs extension featuring motivational quotes from famous people. Follow the link below to check it out!
https://chrome.google.com/webstore/detail/quotes-new-tab/fnhpicigolcacikdjdocmkfnplmefadg?hl=sv                    

확장 프로그램 기본 정보

이름 Serenity Serenity
ID jjkogedofmnmlgfcnakdjbgbcbhdakob
공식 URL https://chromewebstore.google.com/detail/serenity/jjkogedofmnmlgfcnakdjbgbcbhdakob
설명 Replace your new tab with a minimalistic homepage featuring some of the most beautiful words in the English language.
파일 크기 19.51 MB
설치 횟수 122
현재 버전 0.10
최근 업데이트 2016-04-28
출시 날짜 2016-04-27
평점 5.00/5 총 8 개의 평점
개발자 Emil Carlsson
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Serenity",
    "author": "Emil Carlsson",
    "description": "Replace your new tab with a minimalistic homepage featuring some of the most beautiful words in the English language.",
    "version": "0.10",
    "manifest_version": 2,
    "permissions": [
        "management",
        "topSites"
    ],
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "offline_enabled": true
}