standUP

A simple and light-weight extension to remind you to stand up!

standUP란 무엇입니까?

standUP은(는) vallode에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A simple and light-weight extension to remind you to stand up!"입니다.

확장 프로그램 스크린샷

screenshot

standUP 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        standUP is a simple, light-weight extension that will remind you to stand up from your desk and take a quick break from work.

Click the icon in your toolbar to access the options page!

This extension is also open-source: https://github.com/vallode/standUP                    

확장 프로그램 기본 정보

이름 standUP standUP
ID ganadkkagibbpfjbhfkoakicignmifmp
공식 URL https://chromewebstore.google.com/detail/standup/ganadkkagibbpfjbhfkoakicignmifmp
설명 A simple and light-weight extension to remind you to stand up!
파일 크기 40.86 KB
설치 횟수 434
현재 버전 1.2.13
최근 업데이트 2017-10-04
출시 날짜 2017-10-04
평점 5.00/5 총 2 개의 평점
개발자 vallode
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/vallode/standUP
도움말 페이지 URL https://github.com/vallode/standUP
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.2.13",
    "name": "standUP",
    "short_name": "standUP",
    "description": "A simple and light-weight extension to remind you to stand up!",
    "author": "Mariusz 'Vallode' Zarzycki",
    "homepage_url": "https:\/\/github.com\/vallode\/standUP",
    "offline_enabled": true,
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon128.png",
        "default_title": "standUP",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "scripts\/min\/background.min.js"
        ],
        "persistent": true
    },
    "permissions": [
        "notifications",
        "storage"
    ],
    "options_page": "options.html"
}