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!”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Gyroscope for Chrome擴展crx文件

下載Gyroscope for Chrome擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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 Gyroscope for Chrome
ID ifakdojghbjeahenejfpgdfhhcmjgfle
官方網址 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"
    ]
}