Dual Timer

A dual timer for time-boxing.

Vad är Dual Timer?

Dual Timer är en Chrome-tillägg utvecklad av log1, och dess huvudfunktion är "A dual timer for time-boxing.".

Tilläggsskärmbilder

screenshot

Ladda ner Dual Timer-förlängningens CRX-fil

Ladda ner Dual Timer-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Dual Timer Dual Timer
ID lkoinkcniagamfneakdjgbngnkooigdh
Officiell webbadress https://chromewebstore.google.com/detail/dual-timer/lkoinkcniagamfneakdjgbngnkooigdh
Beskrivning A dual timer for time-boxing.
Filstorlek 268 KB
Antal Installationer 39
Aktuell Version 0.2102
Senast Uppdaterad 2021-07-31
Publiceringsdatum 2021-06-05
Betyg 5.00/5 Totalt 3 Betyg
Utvecklare log1
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/LexingtonWhalen/ChromeIntervalTimer
Stödda Språk 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"
    }
}