SPACE - Browser Time Management
Browser Time Management
SPACE - Browser Time Management란 무엇입니까?
SPACE - Browser Time Management은(는) http://www.space-app.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Browser Time Management"입니다.
확장 프로그램 스크린샷
SPACE - Browser Time Management 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
SPACE - Browser Usage Tracker for Chrome, will help you to understand how you are spending your time on the web. Use SPACE to track browser usage, web stats and to stay focused. Measure: - Time spent browsing Chrome by hour of day - Top websites used and your time spent - View usage over a daily, weekly or 60 day period (pro) How much time are you really spending on email? On Facebook? On news sites? How much of your day are you spending browsing? Is this healthy? Is this the right digital balance for you? This simple, easy to use extension will provide you with a summary of your web usage, so that you can take control of your internet habits. SPACE for Chrome can be used alongside SPACE on iOS and Android to help you develop a complete view of your technology habits. Our mission - to help millions of people to find their tech/life balance. Find our more at www.findyourphonelifebalance.com. By using this product, you agree to our terms and conditions (https://findyourphonelifebalance.com/terms-of-service/).
확장 프로그램 기본 정보
이름 | |
ID | daiodfacdakojijjbonhgniidgmgaigf |
공식 URL | https://chrome.google.com/webstore/detail/space-browser-time-manage/daiodfacdakojijjbonhgniidgmgaigf |
설명 | Browser Time Management |
파일 크기 | 1.16 MB |
설치 횟수 | 408 |
현재 버전 | 3.1 |
최근 업데이트 | 2018-11-29 |
출시 날짜 | 2018-11-29 |
평점 | 5.00/5 총 3 개의 평점 |
개발자 | http://www.space-app.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://www.space-app.com |
지원되는 언어 | en,en-GB,hi |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "short_name": "__MSG_extShortName__", "description": "__MSG_extDesc__", "version": "3.1", "default_locale": "en", "background": { "scripts": [ "\/js\/jquery-3.2.1.min.js", "\/js\/googlechart.js", "\/js\/buy.js" ], "persistent": true }, "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/charts\/loader.js; object-src 'self'", "browser_action": { "default_icon": "\/image\/icon.png", "default_popup": "\/popup.html", "default_title": "__MSG_extName__" }, "permissions": [ "*:\/\/*\/*", "history", "tabs", "activeTab", "storage", "unlimitedStorage", "identity", "identity.email" ] } |