Dual Timer

A dual timer for time-boxing.

Wat is Dual Timer?

Dual Timer is een Chrome-extensie ontwikkeld door log1, en de belangrijkste functie is "A dual timer for time-boxing.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Dual Timer

Download Dual Timer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Dual Timer Dual Timer
ID lkoinkcniagamfneakdjgbngnkooigdh
Officiële URL https://chromewebstore.google.com/detail/dual-timer/lkoinkcniagamfneakdjgbngnkooigdh
Beschrijving A dual timer for time-boxing.
Bestandsgrootte 268 KB
Aantal Installaties 39
Huidige Versie 0.2102
Laatst Bijgewerkt 2021-07-31
Publicatiedatum 2021-06-05
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar log1
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/LexingtonWhalen/ChromeIntervalTimer
Ondersteunde Talen 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"
    }
}