WordPress Publish Confirmation

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

What is WordPress Publish Confirmation?

WordPress Publish Confirmation is a Chrome extension developed by AwesomeRen, and its main feature is "This extension displays a confirmation dialog when you click the Publish button.".

Extension Screenshots

screenshot

Download WordPress Publish Confirmation Extension CRX File

Download WordPress Publish Confirmation extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name WordPress Publish Confirmation WordPress Publish Confirmation
ID cpebopggklnnepecbkcogmfjbakhgbjg
Official URL https://chromewebstore.google.com/detail/wordpress-publish-confirm/cpebopggklnnepecbkcogmfjbakhgbjg
Description This extension displays a confirmation dialog when you click the Publish button.
File Size 3.29 KB
Installation Count 21
Current Version 0.1.0
Last Updated 2016-05-23
Publish Date 2016-05-22
Rating 5.00/5 Total 1 Ratings
Developer AwesomeRen
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}