Debate Template Hotkeys
Adds hotkeys to the functions of the Debate Template add-on
什么是Debate Template Hotkeys?
Debate Template Hotkeys是由Caden Haustein开发的Chrome扩展程序,该扩展的主要功能是“Adds hotkeys to the functions of the Debate Template add-on”。
扩展截图
下载Debate Template Hotkeys扩展crx文件
下载Debate Template Hotkeys扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 扩展基本信息
| 名称 | |
| ID | dblhgaiiainfelbfcgckndnlgdbnojkk |
| 官方URL | https://chromewebstore.google.com/detail/debate-template-hotkeys/dblhgaiiainfelbfcgckndnlgdbnojkk |
| 简介 | Adds hotkeys to the functions of the Debate Template add-on |
| 文件大小 | 12.19 KB |
| 安装次数 | 72 |
| 当前版本 | 0.0.0.1 |
| 更新时间 | 2022-12-02 |
| 上架时间 | 2022-12-02 |
| 开发者 | Caden Haustein |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://github.com/brightly-salty/DebateTemplateHotkeys |
| 帮助页面URL | https://github.com/brightly-salty/DebateTemplateHotkeys/issues |
| 支持的语言 | 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"
]
}
]
} | |