Productivity Pet

Take care of a digital pet by getting work done.

Productivity Pet क्या है?

Productivity Pet mccordnate द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Take care of a digital pet by getting work done."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Productivity Pet एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    ]
}