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」です。

拡張機能のスクリーンショット

screenshot

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                    

拡張機能の基本情報

名前 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
Eメール [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"
            ]
        }
    ]
}