New Tab Goals

Your goals on every new tab.

New Tab Goals란 무엇입니까?

New Tab Goals은(는) Johnson Fung에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Your goals on every new tab."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

New Tab Goals 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Each new tab shows one of your goals on top of a beautiful photo.

All goals are saved on your machine. No login or account needed. No data is stored or tracked.

100% free, ad-free, and open-sourced.

--

My partner and I needed a way to remind ourselves of our new year goals and mantras, so we made this extension. We hope it's helpful to you and yours.

--

Thanks to the extension Buffer Values for the inspiration (and base code) and thanks to Unsplash.com for the beautiful photos.                    

확장 프로그램 기본 정보

이름 New Tab Goals New Tab Goals
ID fochagcpmmbpejabaegjgokbkjldiodg
공식 URL https://chromewebstore.google.com/detail/new-tab-goals/fochagcpmmbpejabaegjgokbkjldiodg
설명 Your goals on every new tab.
파일 크기 99.48 KB
설치 횟수 40
현재 버전 1.1.1
최근 업데이트 2020-02-04
출시 날짜 2020-02-04
평점 5.00/5 총 7 개의 평점
개발자 Johnson Fung
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "New Tab Goals",
    "version": "1.1.1",
    "author": "Johnson Fung",
    "short_name": "New Tab Goals",
    "description": "Your goals on every new tab.",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "permissions": [
        "storage"
    ],
    "icons": {
        "128": "graphics\/icons\/icon-128x128.png",
        "48": "graphics\/icons\/icon-48x48.png",
        "16": "graphics\/icons\/icon-16x16.png"
    }
}