Confluence Editor's Missing Shortcuts

Enable Confluence Editor's Missing Shortcuts

What is Confluence Editor's Missing Shortcuts?

Confluence Editor's Missing Shortcuts is a Chrome extension developed by Jooyung.Han, and its main feature is "Enable Confluence Editor's Missing Shortcuts".

Extension Screenshots

screenshot

Download Confluence Editor's Missing Shortcuts Extension CRX File

Download Confluence Editor's Missing Shortcuts extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Confluence Editor's Missing Shortcuts Confluence Editor's Missing Shortcuts
ID eejjmkajcnkdmongpolmplghjgbkikfd
Official URL https://chrome.google.com/webstore/detail/confluence-editors-missin/eejjmkajcnkdmongpolmplghjgbkikfd
Description Enable Confluence Editor's Missing Shortcuts
File Size 17.51 KB
Installation Count 29
Current Version 1.1.1
Last Updated 2016-01-06
Publish Date 2016-01-06
Rating 4.00/5 Total 2 Ratings
Developer Jooyung.Han
Payment Type free
Supported Languages 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",
        ""
    ]
}