WordPress Publish Confirmation

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

Wat is WordPress Publish Confirmation?

WordPress Publish Confirmation is een Chrome-extensie ontwikkeld door AwesomeRen, en de belangrijkste functie is "This extension displays a confirmation dialog when you click the Publish button.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie WordPress Publish Confirmation

Download WordPress Publish Confirmation-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam WordPress Publish Confirmation WordPress Publish Confirmation
ID cpebopggklnnepecbkcogmfjbakhgbjg
Officiële URL https://chromewebstore.google.com/detail/wordpress-publish-confirm/cpebopggklnnepecbkcogmfjbakhgbjg
Beschrijving This extension displays a confirmation dialog when you click the Publish button.
Bestandsgrootte 3.29 KB
Aantal Installaties 21
Huidige Versie 0.1.0
Laatst Bijgewerkt 2016-05-23
Publicatiedatum 2016-05-22
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar AwesomeRen
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}