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",
        ""
    ]
}