Debate Template Hotkeys
Adds hotkeys to the functions of the Debate Template add-on
Debate Template Hotkeys là gì?
Debate Template Hotkeys là một tiện ích mở rộng Chrome được phát triển bởi Caden Haustein, và tính năng chính của nó là "Adds hotkeys to the functions of the Debate Template add-on".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Debate Template Hotkeys
Tải xuống các tệp mở rộng Debate Template Hotkeys dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
                        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                     Thông Tin Cơ Bản về Tiện Ích Mở Rộng
| Tên |  | 
| ID | dblhgaiiainfelbfcgckndnlgdbnojkk | 
| URL Chính Thức | https://chromewebstore.google.com/detail/debate-template-hotkeys/dblhgaiiainfelbfcgckndnlgdbnojkk | 
| Mô tả | Adds hotkeys to the functions of the Debate Template add-on | 
| Kích Thước Tệp | 12.19 KB | 
| Số Lần Cài Đặt | 72 | 
| Phiên Bản Hiện Tại | 0.0.0.1 | 
| Cập Nhật Lần Cuối | 2022-12-02 | 
| Ngày Phát Hành | 2022-12-02 | 
| Nhà Phát Triển | Caden Haustein | 
| [email protected] | |
| Loại Thanh Toán | free | 
| Trang Web Mở Rộng | https://github.com/brightly-salty/DebateTemplateHotkeys | 
| URL Trang Trợ Giúp | https://github.com/brightly-salty/DebateTemplateHotkeys/issues | 
| Ngôn Ngữ Được Hỗ Trợ | 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"
            ]
        }
    ]
} | |