Debate Template Hotkeys
Adds hotkeys to the functions of the Debate Template add-on
ما هو Debate Template Hotkeys؟
Debate Template Hotkeys هو إضافة Chrome تم تطويرها بواسطة Caden Haustein، والميزة الرئيسية لها هي "Adds hotkeys to the functions of the Debate Template add-on".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Debate Template Hotkeys
قم بتنزيل ملفات الامتداد Debate Template Hotkeys بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
| عنوان صفحة المساعدة | 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"
]
}
]
} | |