New Tab Page
Replace Chrome's new tab page and motivate yourself to get things done.
New Tab Page란 무엇입니까?
New Tab Page은(는) Marios Evripidou에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Replace Chrome's new tab page and motivate yourself to get things done."입니다.
확장 프로그램 스크린샷
New Tab Page 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Replaces Chromes new tab page with scenic backgrounds, motivational quotations and a countdown timer to the new year and a count-upwards timer to your current age. This is based on Alex MacCaw's Chrome extension Motivation Extension which can be found at https://chrome.google.com/webstore/detail/motivation/ofdgfpchbidcgncgfpdlpclnpaemakoj?hl=en and https://github.com/maccman/motivation Special Thanks to: a. Alex MacCaw for his idea and chrome extension source code. b. unsplash.com and the photo contributors licensed under Creative Commons Zero. c. All the people who wrote their motivational quotes. You can access the source code at: https://bitbucket.org/mariosevripidou/
확장 프로그램 기본 정보
이름 | |
ID | nbglincijkpjapdockmblbnfminpopep |
공식 URL | https://chromewebstore.google.com/detail/new-tab-page/nbglincijkpjapdockmblbnfminpopep |
설명 | Replace Chrome's new tab page and motivate yourself to get things done. |
파일 크기 | 50.24 MB |
설치 횟수 | 103 |
현재 버전 | 1.1 |
최근 업데이트 | 2021-03-24 |
출시 날짜 | 2019-06-18 |
평점 | 4.60/5 총 5 개의 평점 |
개발자 | Marios Evripidou |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://marios.evripidou.me |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "persistent": false, "scripts": [ "assets\/js\/jquery.countTo.js", "assets\/js\/jquery-1.11.0.min.js", "assets\/js\/app.js" ] }, "chrome_url_overrides": { "newtab": "index.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "description": "Replace Chrome's new tab page and motivate yourself to get things done.", "icons": { "128": "assets\/icons\/icon-128.png", "16": "assets\/icons\/icon-16.png", "48": "assets\/icons\/icon-48.png" }, "manifest_version": 2, "name": "New Tab Page", "offline_enabled": true, "version": "1.1" } |