Productivity Pet

Take care of a digital pet by getting work done.

Productivity Pet란 무엇입니까?

Productivity Pet은(는) mccordnate에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Take care of a digital pet by getting work done."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Productivity Pet allows users to create a digital pet that they can take care of through being productive. This is done using stats for discipline, happiness and hunger. When discipline hits 0, your pet runs away!

The extension features many features for users to be productive including:

- A todo list
- A website blocker (in the options page). Websites will only be blocked during work time
- Work / Break Timers that alternate and display a badge on the extension to show users whether it's time for a break or work


To take care of the pet, users can buy food from the shop using coins earned through completing todos as well as playing a minigame to keep the pet's happiness up. If happiness or hunger are at 0 the pet will start losing discipline so watch out!

This project is open source and can be contributed to at https://github.com/mccordnate/Productivity-Pet                    

확장 프로그램 기본 정보

이름 Productivity Pet Productivity Pet
ID jglfkmlldmnmbgcokbaefbgcpjifhogo
공식 URL https://chromewebstore.google.com/detail/productivity-pet/jglfkmlldmnmbgcokbaefbgcpjifhogo
설명 Take care of a digital pet by getting work done.
파일 크기 743 KB
설치 횟수 9,152
현재 버전 1.0
최근 업데이트 2015-05-12
출시 날짜 2015-05-12
평점 3.03/5 총 31 개의 평점
개발자 mccordnate
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Productivity Pet",
    "description": "Take care of a digital pet by getting work done.",
    "version": "1.0",
    "background": {
        "scripts": [
            "app\/eventPage.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/icon.png",
        "default_popup": "index.html",
        "default_title": "Check in on your pet!"
    },
    "icons": {
        "128": "img\/icon128.png",
        "48": "img\/icon48.png",
        "16": "img\/icon16.png"
    },
    "options_ui": {
        "page": "app\/options.html"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "https:\/\/ajax.googleapis.com\/",
        "storage",
        "alarms"
    ]
}