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"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Debate Template Hotkeys

ดาวน์โหลดไฟล์ส่วนขยาย 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                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Debate Template Hotkeys Debate Template Hotkeys
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"
            ]
        }
    ]
}