New Tab Page Counter
Track the number of times you open the new tab page, and how much time you have it open. You probably will be amazed!
New Tab Page Counter란 무엇입니까?
New Tab Page Counter은(는) Beaver에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Track the number of times you open the new tab page, and how much time you have it open. You probably will be amazed!"입니다.
확장 프로그램 스크린샷
New Tab Page Counter 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This simple widget shows you the amount of time you have a new tab page open, and how many times you open a new tab page. New Tab Page Counter is very customizable. You can change the font and background colors, and choose to hide the amount of time or the number of times the new tab page has been opened. This widget requires Awesome New Tab Page to work. Without Awesome New Tab Page this widget does nothing. You can download Awesome New Tab Page at https://chrome.google.com/webstore/detail/awesome-new-tab-page/mgmiemnjjchgkmgbeljfocdjjnpjnmcg.
확장 프로그램 기본 정보
이름 | New Tab Page Counter |
ID | dfcpeeodhadpkndehphebgcajckcdgka |
공식 URL | https://chromewebstore.google.com/detail/new-tab-page-counter/dfcpeeodhadpkndehphebgcajckcdgka |
설명 | Track the number of times you open the new tab page, and how much time you have it open. You probably will be amazed! |
파일 크기 | 709 KB |
설치 횟수 | 402 |
현재 버전 | 1 |
최근 업데이트 | 2013-11-06 |
출시 날짜 | 2013-11-06 |
평점 | 4.11/5 총 9 개의 평점 |
개발자 | Beaver |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "New Tab Page Counter", "web_accessible_resources": [ "widget.html", "index.html", "options.html" ], "options_page": "settings.html", "background": { "page": "background2.html" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "version": "1", "description": "Track the number of times you open the new tab page, and how much time you have it open. You probably will be amazed!", "icons": { "128": "newicon.png" } } |