WordPress Publish Confirmation

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

WordPress Publish Confirmation là gì?

WordPress Publish Confirmation là một tiện ích mở rộng Chrome được phát triển bởi AwesomeRen, và tính năng chính của nó là "This extension displays a confirmation dialog when you click the Publish button.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng WordPress Publish Confirmation

Tải xuống các tệp mở rộng WordPress Publish Confirmation dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên WordPress Publish Confirmation WordPress Publish Confirmation
ID cpebopggklnnepecbkcogmfjbakhgbjg
URL Chính Thức https://chromewebstore.google.com/detail/wordpress-publish-confirm/cpebopggklnnepecbkcogmfjbakhgbjg
Mô tả This extension displays a confirmation dialog when you click the Publish button.
Kích Thước Tệp 3.29 KB
Số Lần Cài Đặt 21
Phiên Bản Hiện Tại 0.1.0
Cập Nhật Lần Cuối 2016-05-23
Ngày Phát Hành 2016-05-22
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển AwesomeRen
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}