Pomodoro Timer

A new-tab page that helps you focus on completing your work.

Pomodoro Timer क्या है?

Pomodoro Timer Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A new-tab page that helps you focus on completing your work."।

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

screenshot

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

crx प्रारूप में Pomodoro Timer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        A new tab page that helps you focus on completing your goals at work. 
Use your countdown timer to keep yourself on track by setting a goal for how long you want to work on each task.
The extension icon shows a badge that displays how much time you have remaining to complete your current task.
This extension also records the number of tasks you've completed every day (called "streaks") so you can compare your productivity every day to your average working day.                    

एक्सटेंशन की मूल जानकारी

नाम Pomodoro Timer Pomodoro Timer
ID hcfahcbjaolpfghelfanfepghajfbkdg
आधिकारिक URL https://chromewebstore.google.com/detail/pomodoro-timer/hcfahcbjaolpfghelfanfepghajfbkdg
विवरण A new-tab page that helps you focus on completing your work.
फ़ाइल का आकार 1.54 MB
स्थापना संख्या 811
वर्तमान संस्करण 0.0.0.3
अंतिम अपडेट 2017-10-21
प्रकाशन तिथि 2017-10-21
रेटिंग 1.80/5 कुल 5 रेटिंग्स
डेवलपर Unknown
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Pomodoro Timer",
    "version": "0.0.0.3",
    "description": "A new-tab page that helps you focus on completing your work.",
    "icons": {
        "16": "images\/streak16.png",
        "32": "images\/streak32.png",
        "48": "images\/streak48.png",
        "128": "images\/streak128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/streak16.png",
            "32": "images\/streak32.png",
            "48": "images\/streak48.png",
            "128": "images\/streak128.png"
        },
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "chrome_url_overrides": {
        "newtab": "newTab.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "incognito": "spanning",
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/",
        "storage"
    ]
}