Dual Timer

A dual timer for time-boxing.

Dual Timer क्या है?

Dual Timer log1 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A dual timer for time-boxing."।

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

screenshot

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

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

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

                        A dual timer designed for productivity. Both timers are independent, and when timer ends the other begins. When a timer has finished, a small sound is played, and when all rounds are complete a small tune is played. Perfect for study or work. Improve focus and productivity by this timer.                    

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

नाम Dual Timer Dual Timer
ID lkoinkcniagamfneakdjgbngnkooigdh
आधिकारिक URL https://chromewebstore.google.com/detail/dual-timer/lkoinkcniagamfneakdjgbngnkooigdh
विवरण A dual timer for time-boxing.
फ़ाइल का आकार 268 KB
स्थापना संख्या 39
वर्तमान संस्करण 0.2102
अंतिम अपडेट 2021-07-31
प्रकाशन तिथि 2021-06-05
रेटिंग 5.00/5 कुल 3 रेटिंग्स
डेवलपर log1
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/LexingtonWhalen/ChromeIntervalTimer
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": ".\/images\/16x16.png",
        "32": ".\/images\/32x32.png",
        "48": ".\/images\/48x48.png",
        "128": ".\/images\/128x128.png"
    },
    "name": "Dual Timer",
    "description": "A dual timer for time-boxing.",
    "version": "0.2102",
    "manifest_version": 2,
    "background": {
        "persistent": true,
        "scripts": [
            ".\/js\/background.js"
        ]
    },
    "options_page": ".\/html\/options.html",
    "browser_action": {
        "default_popup": ".\/html\/popup.html",
        "default_icon": ".\/images\/128x128.png"
    }
}