WordPress Publish Confirmation

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

Cos'è WordPress Publish Confirmation?

WordPress Publish Confirmation è un'estensione di Chrome sviluppata da AwesomeRen, e la sua funzione principale è "This extension displays a confirmation dialog when you click the Publish button.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione WordPress Publish Confirmation

Scarica i file di estensione WordPress Publish Confirmation in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome WordPress Publish Confirmation WordPress Publish Confirmation
ID cpebopggklnnepecbkcogmfjbakhgbjg
URL Ufficiale https://chromewebstore.google.com/detail/wordpress-publish-confirm/cpebopggklnnepecbkcogmfjbakhgbjg
Descrizione This extension displays a confirmation dialog when you click the Publish button.
Dimensione del File 3.29 KB
Conteggio Installazioni 21
Versione Corrente 0.1.0
Ultimo Aggiornamento 2016-05-23
Data di Pubblicazione 2016-05-22
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore AwesomeRen
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}