Debate Template Hotkeys
Adds hotkeys to the functions of the Debate Template add-on
Vad är Debate Template Hotkeys?
Debate Template Hotkeys är en Chrome-tillägg utvecklad av Caden Haustein, och dess huvudfunktion är "Adds hotkeys to the functions of the Debate Template add-on".
Tilläggsskärmbilder
Ladda ner Debate Template Hotkeys-förlängningens CRX-fil
Ladda ner Debate Template Hotkeys-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
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 Grundläggande Information om Tillägg
| Namn | |
| ID | dblhgaiiainfelbfcgckndnlgdbnojkk |
| Officiell webbadress | https://chromewebstore.google.com/detail/debate-template-hotkeys/dblhgaiiainfelbfcgckndnlgdbnojkk |
| Beskrivning | Adds hotkeys to the functions of the Debate Template add-on |
| Filstorlek | 12.19 KB |
| Antal Installationer | 72 |
| Aktuell Version | 0.0.0.1 |
| Senast Uppdaterad | 2022-12-02 |
| Publiceringsdatum | 2022-12-02 |
| Utvecklare | Caden Haustein |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://github.com/brightly-salty/DebateTemplateHotkeys |
| Hjälpsida URL | https://github.com/brightly-salty/DebateTemplateHotkeys/issues |
| Stödda Språk | 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"
]
}
]
} | |