StraightenUp

Remind yourself to keep good posture

StraightenUp là gì?

StraightenUp là một tiện ích mở rộng Chrome được phát triển bởi Royserg, và tính năng chính của nó là "Remind yourself to keep good posture".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng StraightenUp

Tải xuống các tệp mở rộng StraightenUp dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Extension provides functionality to setup a timer that reminds a user about straightening up back in chosen interval. Goal of this app is to help everyone maintain a good posture while using a browser.

It is common that we forget to properly sit in front of the PC, even hours with poor posture, bent back which only results in further pain and creates a habbit of staying in that position.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên StraightenUp StraightenUp
ID cehchbnkbgenjlfnbmkfamfklnngjnnp
URL Chính Thức https://chromewebstore.google.com/detail/straightenup/cehchbnkbgenjlfnbmkfamfklnngjnnp
Mô tả Remind yourself to keep good posture
Kích Thước Tệp 515 KB
Số Lần Cài Đặt 19
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2018-08-04
Ngày Phát Hành 2018-08-04
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Royserg
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "StraightenUp",
    "description": "Remind yourself to keep good posture",
    "icons": {
        "16": "assets\/icon16.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png"
    },
    "version": "1.1",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "assets\/icon16.png",
        "default_popup": "popup.html"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+F",
                "mac": "MacCtrl+Shift+F"
            },
            "description": "Opens index.html"
        }
    },
    "permissions": [
        "notifications",
        "storage"
    ]
}