Gyroscope for Chrome

Stay aware of your latest stats with the Gyroscope new tab screen!

Gyroscope for Chromeคืออะไร?

Gyroscope for Chrome เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://gyrosco.pe และคุณลักษณะหลักของมันคือ "Stay aware of your latest stats with the Gyroscope new tab screen!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Gyroscope for Chrome

ดาวน์โหลดไฟล์ส่วนขยาย 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
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"
    ]
}