Confluence Editor's Missing Shortcuts

Enable Confluence Editor's Missing Shortcuts

Confluence Editor's Missing Shortcutsคืออะไร?

Confluence Editor's Missing Shortcuts เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jooyung.Han และคุณลักษณะหลักของมันคือ "Enable Confluence Editor's Missing Shortcuts"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Confluence Editor's Missing Shortcuts

ดาวน์โหลดไฟล์ส่วนขยาย 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",
        ""
    ]
}