Speech And Debate Timer

The speech and debate timer. Keeps track of time for you!

Was ist Speech And Debate Timer?

Speech And Debate Timer ist eine Chrome-Erweiterung, die von Sonny Lowe entwickelt wurde, und ihr Hauptmerkmal ist "The speech and debate timer. Keeps track of time for you!".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Speech And Debate Timer-Erweiterungs-CRX-Datei herunterladen

Laden Sie Speech And Debate Timer-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        This timer is specifically designed for NSDA speech and debate. In the multiple debate events it has, it is able to track the prep time of each team as well as each constructive/rebuttal speech. In the speech events, it allows you to track the time as well as see how much over or under the speech went from the target length. This extension has multiple layouts, allowing you to multitask while having the timer open on the side. This extension is for judges and contestants. 

Key Features:
- Multiple Speech and Debate Events
- Each event has pre-set default timings
- Short description of each Event
- Allows you to customize timer times
- Debate timers allow you to keep track of prep time (also customizable)
- Speech timers do not ring when complete but instead continue as to allow the judge/speaker to see how much over the speech is from the time limit
- multiple layouts as to allow multitasking                    

Grundlegende Informationen zur Erweiterung

Name Speech And Debate Timer Speech And Debate Timer
ID pnjdaiogafolcpacbpfblaificeideab
Offizielle URL https://chromewebstore.google.com/detail/speech-and-debate-timer/pnjdaiogafolcpacbpfblaificeideab
Beschreibung The speech and debate timer. Keeps track of time for you!
Dateigröße 351 KB
Installationsanzahl 981
Aktuelle Version 1.5.3 beta
Letztes Update 2020-06-30
Veröffentlichungsdatum 2020-06-29
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler Sonny Lowe
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Speech And Debate Timer",
    "version": "1.5.3",
    "version_name": "1.5.3 beta",
    "description": "The speech and debate timer. Keeps track of time for you!",
    "permissions": [
        "declarativeContent"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_security_policy": "script-src 'self' https:\/\/cdn.jsdelivr.net\/npm\/bulma https:\/\/stackpath.bootstrapcdn.com\/font-awesome\/ https:\/\/ajax.googleapis.com\/ajax\/libs\/; object-src 'self'",
    "browser_action": {
        "default_icon": {
            "32": "images\/SDTimerIcon32.png",
            "48": "images\/SDTimerIcon48.png",
            "128": "images\/SDTimerIcon128.png",
            "534": "images\/SDTimerIcon534.png"
        }
    },
    "icons": {
        "32": "images\/SDTimerIcon32.png",
        "48": "images\/SDTimerIcon48.png",
        "128": "images\/SDTimerIcon128.png",
        "534": "images\/SDTimerIcon534.png"
    },
    "manifest_version": 2
}