Pomodoro Chrome Extension

This simple plugin is based on The Pomodoro Technique, which is is a popular time management method.

Pomodoro Chrome Extension क्या है?

Pomodoro Chrome Extension https://bashvlas.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This simple plugin is based on The Pomodoro Technique, which is is a popular time management method."।

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

screenshot
screenshot
screenshot

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

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

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

                        Pomodoro Chrome Extension gives you a simple user-friendly timer interface to utilize the pomodoro method.
Here is how to use it:

1. Click on the browser action icon.
2. Select number of minutes for the deep work session.
3. Work for the selected number of minutes :)

The extension does not require registration, it requires minimal permissions, and does not store your data.

It's open source:
https://github.com/bashvlas/pomodoro-chrome-extension                    

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

नाम Pomodoro Chrome Extension Pomodoro Chrome Extension
ID iccjkhpkdhdhjiaocipcegfeoclioejn
आधिकारिक URL https://chromewebstore.google.com/detail/pomodoro-chrome-extension/iccjkhpkdhdhjiaocipcegfeoclioejn
विवरण This simple plugin is based on The Pomodoro Technique, which is is a popular time management method.
फ़ाइल का आकार 74.6 KB
स्थापना संख्या 9,411
वर्तमान संस्करण 1.0.0
अंतिम अपडेट 2020-03-25
प्रकाशन तिथि 2020-03-25
रेटिंग 4.83/5 कुल 12 रेटिंग्स
डेवलपर https://bashvlas.com
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://bashvlas.com/pomodoro-chrome-extension-privacy-policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Pomodoro Chrome Extension",
    "short_name": "Pomodoro",
    "version": "1.0.0",
    "description": "This simple plugin is based on The Pomodoro Technique, which is is a popular time management method.",
    "icons": {
        "128": "\/img\/logo_red_128.png"
    },
    "browser_action": {
        "default_icon": "\/img\/logo_red_19.png",
        "default_popup": "\/pages\/popup\/index.html"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "\/js\/background.js"
        ]
    },
    "permissions": [
        "storage"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}