Confluence Editor's Missing Shortcuts

Enable Confluence Editor's Missing Shortcuts

Confluence Editor's Missing Shortcutsとは何ですか?

Confluence Editor's Missing ShortcutsはJooyung.Hanによって開発されたChromeの拡張機能で、その主な機能は「Enable Confluence Editor's Missing Shortcuts」です。

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

screenshot

Confluence Editor's Missing Shortcuts拡張機能のCRXファイルをダウンロード

Confluence Editor's Missing Shortcuts拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This extension enables two missing shortcuts for Confluence Editor.

 * indent : )
 * outdent : (

You need to press together with Shift and Command on Mac or Shift and Alt on other platforms.


Update 1.1.1
* remove unnecessary console output                    

拡張機能の基本情報

名前 Confluence Editor's Missing Shortcuts Confluence Editor's Missing Shortcuts
ID eejjmkajcnkdmongpolmplghjgbkikfd
公式URL https://chrome.google.com/webstore/detail/confluence-editors-missin/eejjmkajcnkdmongpolmplghjgbkikfd
説明 Enable Confluence Editor's Missing Shortcuts
ファイルサイズ 17.51 KB
インストール数 29
現在のバージョン 1.1.1
最終更新日 2016-01-06
公開日 2016-01-06
評価 4.00/5 合計 2 レビュー
開発者 Jooyung.Han
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Confluence Editor's Missing Shortcuts",
    "description": "Enable Confluence Editor's Missing Shortcuts",
    "version": "1.1.1",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "script.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        ""
    ]
}