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
官方網址 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",
        ""
    ]
}