WordPress Publish Confirmation

This extension displays a confirmation dialog when you click the Publish button.

WordPress Publish Confirmationคืออะไร?

WordPress Publish Confirmation เป็นส่วนขยายของ Chrome ที่พัฒนาโดย AwesomeRen และคุณลักษณะหลักของมันคือ "This extension displays a confirmation dialog when you click the Publish button."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย WordPress Publish Confirmation

ดาวน์โหลดไฟล์ส่วนขยาย WordPress Publish Confirmation ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        The extension is still in beta. It only works when Interface Language is set to 'en - English' in Account Settings.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ WordPress Publish Confirmation WordPress Publish Confirmation
ID cpebopggklnnepecbkcogmfjbakhgbjg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/wordpress-publish-confirm/cpebopggklnnepecbkcogmfjbakhgbjg
คำอธิบาย This extension displays a confirmation dialog when you click the Publish button.
ขนาดไฟล์ 3.29 KB
จำนวนการติดตั้ง 21
เวอร์ชันปัจจุบัน 0.1.0
อัปเดตครั้งล่าสุด 2016-05-23
วันที่เผยแพร่ 2016-05-22
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา AwesomeRen
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "WordPress Publish Confirmation",
    "description": "This extension displays a confirmation dialog when you click the Publish button.",
    "version": "0.1.0",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/wordpress.com\/*"
            ],
            "js": [
                "main.js"
            ]
        }
    ]
}