Chrono
Tracks which websites you spend time on the most.
Chrono란 무엇입니까?
Chrono은(는) https://www.clinchpad.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Tracks which websites you spend time on the most."입니다.
확장 프로그램 스크린샷
Chrono 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Chrono tracks which websites you visit and displays the top visited websites of the day as well as a chart showing the percentage of time you spent in each category of websites. You can change the categories of the websites by just clicking on the category label next to the website. These stats, along with some beautiful photographs, are displayed every time you open a new tab. This result in increased productivity as you become aware of how much time you spend on unproductive websites. Chrono respects your privacy and hence does not send ANY browsing data to ANY servers. All the data is stored on the computer where you installed the extension and isn't accessible to us or any third party.
확장 프로그램 기본 정보
이름 | Chrono |
ID | cdipjnbignkeledopgpgdlgbolhgkben |
공식 URL | https://chromewebstore.google.com/detail/chrono/cdipjnbignkeledopgpgdlgbolhgkben |
설명 | Tracks which websites you spend time on the most. |
파일 크기 | 16.4 MB |
설치 횟수 | 2,488 |
현재 버전 | 1.0.3 |
최근 업데이트 | 2014-05-05 |
출시 날짜 | 2014-05-05 |
평점 | 4.57/5 총 28 개의 평점 |
개발자 | https://www.clinchpad.com |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Chrono", "short_name": "Chrono", "description": "Tracks which websites you spend time on the most.", "version": "1.0.3", "icons": { "128": "icon.png" }, "background": { "scripts": [ "libs\/purl.js", "libs\/moment.js", "js\/categories.js", "js\/background.js" ] }, "chrome_url_overrides": { "newtab": "newtab.html" }, "permissions": [ "tabs", "storage", "alarms" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |