Debate Template Hotkeys
Adds hotkeys to the functions of the Debate Template add-on
Wat is Debate Template Hotkeys?
Debate Template Hotkeys is een Chrome-extensie ontwikkeld door Caden Haustein, en de belangrijkste functie is "Adds hotkeys to the functions of the Debate Template add-on".
Extensie Screenshots
Download het CRX-bestand van de extensie Debate Template Hotkeys
Download Debate Template Hotkeys-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
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 Basisinformatie over de Extensie
| Naam | |
| ID | dblhgaiiainfelbfcgckndnlgdbnojkk |
| Officiële URL | https://chromewebstore.google.com/detail/debate-template-hotkeys/dblhgaiiainfelbfcgckndnlgdbnojkk |
| Beschrijving | Adds hotkeys to the functions of the Debate Template add-on |
| Bestandsgrootte | 12.19 KB |
| Aantal Installaties | 72 |
| Huidige Versie | 0.0.0.1 |
| Laatst Bijgewerkt | 2022-12-02 |
| Publicatiedatum | 2022-12-02 |
| Ontwikkelaar | Caden Haustein |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/brightly-salty/DebateTemplateHotkeys |
| Help Pagina-URL | https://github.com/brightly-salty/DebateTemplateHotkeys/issues |
| Ondersteunde Talen | 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"
]
}
]
} | |