Gyroscope for Chrome
Stay aware of your latest stats with the Gyroscope new tab screen!
Gyroscope for Chrome란 무엇입니까?
Gyroscope for Chrome은(는) https://gyrosco.pe에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Stay aware of your latest stats with the Gyroscope new tab screen!"입니다.
확장 프로그램 스크린샷
Gyroscope for Chrome 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
See your latest Gyroscope stats whenever you open a new Chrome tab! The extension has 6 theme options to help track what you care about: MOTIVATION Continuing from the popular Chrome extension, this view shows a realtime counter of your age. Keep track of it to make every day count. AWARENESS Stay aware of all your Gyroscope stats like steps, heart rate, sleep, productivity, weight — and compete with your Gyroscope friends on the daily leaderboard. BALANCE A new way to view all of your latest stats on the same page. See all the different parts of your life and which ones need more focus. GOALS Set your goals on Gyroscope for the week and then stay reminded throughout the week to make sure you stay on track. PRODUCTIVITY Get a daily overview of how you are spending your time and make sure you stay focused on the right work throughout the day. WORKOUTS A fun countdown since your last workout, reminding you to stay active and be consistent. —— A free Gyroscope account is required to use this extension. To get started, log in or sign up on the Gyroscope website. No manual entry of data is required!
확장 프로그램 기본 정보
이름 | Gyroscope for Chrome |
ID | ifakdojghbjeahenejfpgdfhhcmjgfle |
공식 URL | https://chromewebstore.google.com/detail/gyroscope-for-chrome/ifakdojghbjeahenejfpgdfhhcmjgfle |
설명 | Stay aware of your latest stats with the Gyroscope new tab screen! |
파일 크기 | 8.18 MB |
설치 횟수 | 2,618 |
현재 버전 | 0.1.8 |
최근 업데이트 | 2017-02-28 |
출시 날짜 | 2017-02-28 |
평점 | 4.39/5 총 33 개의 평점 |
개발자 | https://gyrosco.pe |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://gyrosco.pe/chrome/ |
개인정보 보호 정책 페이지 URL | https://gyrosco.pe/privacy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Gyroscope for Chrome", "short_name": "Gyroscope", "description": "Stay aware of your latest stats with the Gyroscope new tab screen!", "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/media.gyrosco.pe https:\/\/www.google-analytics.com https:\/\/platform.twitter.com https:\/\/api.segment.io; object-src 'self';", "version": "0.1.8", "manifest_version": 2, "homepage_url": "https:\/\/gyrosco.pe\/chrome\/", "icons": { "16": "images\/16.png", "128": "images\/256.png" }, "browser_action": { "default_icon": { "38": "images\/38.png" }, "default_title": "Gyroscope", "default_popup": "popup.html" }, "chrome_url_overrides": { "newtab": "index.html" }, "web_accessible_resources": [ "info.txt" ] } |