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文件

下載Productivity Pet擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    ]
}