Debate Template Hotkeys

Adds hotkeys to the functions of the Debate Template add-on

Cos'è Debate Template Hotkeys?

Debate Template Hotkeys è un'estensione di Chrome sviluppata da Caden Haustein, e la sua funzione principale è "Adds hotkeys to the functions of the Debate Template add-on".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Debate Template Hotkeys

Scarica i file di estensione Debate Template Hotkeys in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        This extension adds hotkeys to your Debate Template add-on experience so you can use Debate Template just like Verbatim. It removes the need for installing complicated scripts like Tampermonkey or JS Injecters to enjoy hotkeys for Debate Template options.

The hotkeys, matching Verbatim, are:
F3: Condense
F4: Pocket
F5: Hat
F6: Block
F7: Tag
F8: Cite
F9: Underline
F10: Emphasis
F11: Highlight
F12: Clear

Note: not affiliated with Debate Template                    

Informazioni di Base sull'Estensione

Nome Debate Template Hotkeys Debate Template Hotkeys
ID dblhgaiiainfelbfcgckndnlgdbnojkk
URL Ufficiale https://chromewebstore.google.com/detail/debate-template-hotkeys/dblhgaiiainfelbfcgckndnlgdbnojkk
Descrizione Adds hotkeys to the functions of the Debate Template add-on
Dimensione del File 12.19 KB
Conteggio Installazioni 72
Versione Corrente 0.0.0.1
Ultimo Aggiornamento 2022-12-02
Data di Pubblicazione 2022-12-02
Sviluppatore Caden Haustein
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/brightly-salty/DebateTemplateHotkeys
URL della Pagina di Aiuto https://github.com/brightly-salty/DebateTemplateHotkeys/issues
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Debate Template Hotkeys",
    "version": "0.0.0.1",
    "icons": {
        "128": "icon128.png"
    },
    "description": "Adds hotkeys to the functions of the Debate Template add-on",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/docs.google.com\/document\/d\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}