Debate Template Hotkeys
Adds hotkeys to the functions of the Debate Template add-on
Was ist Debate Template Hotkeys?
Debate Template Hotkeys ist eine Chrome-Erweiterung, die von Caden Haustein entwickelt wurde, und ihr Hauptmerkmal ist "Adds hotkeys to the functions of the Debate Template add-on".
Erweiterungsscreenshots
Debate Template Hotkeys-Erweiterungs-CRX-Datei herunterladen
Laden Sie Debate Template Hotkeys-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 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
Grundlegende Informationen zur Erweiterung
Name | Debate Template Hotkeys |
ID | dblhgaiiainfelbfcgckndnlgdbnojkk |
Offizielle URL | https://chromewebstore.google.com/detail/debate-template-hotkeys/dblhgaiiainfelbfcgckndnlgdbnojkk |
Beschreibung | Adds hotkeys to the functions of the Debate Template add-on |
Dateigröße | 12.19 KB |
Installationsanzahl | 72 |
Aktuelle Version | 0.0.0.1 |
Letztes Update | 2022-12-02 |
Veröffentlichungsdatum | 2022-12-02 |
Entwickler | Caden Haustein |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/brightly-salty/DebateTemplateHotkeys |
Hilfeseite URL | https://github.com/brightly-salty/DebateTemplateHotkeys/issues |
Unterstützte Sprachen | 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" ] } ] } |