Keep Me On Task

This App will keep you on task

Keep Me On Task란 무엇입니까?

Keep Me On Task은(는) Unknown에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This App will keep you on task"입니다.

확장 프로그램 스크린샷

screenshot

Keep Me On Task 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        An extension to keep help keep you on task. You add sites to the blacklist that you shouldn't go to and sites that are productive that you would like to go to. When you try to go to blacklisted sites, it will redirect you to a random whitelisted site.                    

확장 프로그램 기본 정보

이름 Keep Me On Task Keep Me On Task
ID hjldmhijkblkjgldpedblmegnofaican
공식 URL https://chromewebstore.google.com/detail/keep-me-on-task/hjldmhijkblkjgldpedblmegnofaican
설명 This App will keep you on task
파일 크기 124 KB
설치 횟수 9
현재 버전 1.0
최근 업데이트 2015-03-02
출시 날짜 2015-03-01
개발자 Unknown
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Keep Me On Task",
    "description": "This App will keep you on task",
    "version": "1.0",
    "browser_action": {
        "default_icon": "OnTaskLogoRed.png",
        "default_title": "Keep Me On Task!"
    },
    "background": {
        "persistent": true,
        "scripts": [
            "background.js",
            "jquery-2.1.3.min.js"
        ]
    },
    "permissions": [
        "activeTab",
        "tabs",
        "storage",
        "identity",
        "http:\/\/104.236.56.129:4567\/*"
    ],
    "options_page": "options.html"
}