Mailer Checklist

Building HTML mailers? This extension will show you how good the quality of your code is.

Cos'è Mailer Checklist?

Mailer Checklist è un'estensione di Chrome sviluppata da artbek, e la sua funzione principale è "Building HTML mailers? This extension will show you how good the quality of your code is.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Mailer Checklist

Scarica i file di estensione Mailer Checklist 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

                        This little extension will:
- check your syntax
- make sure your tables have widths and try to determine if the values are correct
- highlight attributes that are best avoided
- score your performance (try to get 100 points)

If you want it to work on local files, make sure to go to Tools > Extensions (chrome://settings/extensions) and check the “Allow access to file URLs” box.

The code is also available at:
https://github.com/artbek/Mailer-Checklist                    

Informazioni di Base sull'Estensione

Nome Mailer Checklist Mailer Checklist
ID kconkgggjoljllcdenjfokomklmlbfig
URL Ufficiale https://chromewebstore.google.com/detail/mailer-checklist/kconkgggjoljllcdenjfokomklmlbfig
Descrizione Building HTML mailers? This extension will show you how good the quality of your code is.
Dimensione del File 200 KB
Conteggio Installazioni 32
Versione Corrente 1.7.1
Ultimo Aggiornamento 2023-03-13
Data di Pubblicazione 2014-06-08
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore artbek
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/artbek/Mailer-Checklist
Lingue Supportate en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Mailer Checklist",
    "version": "1.7.1",
    "description": "Building HTML mailers? This extension will show you how good the quality of your code is.",
    "icons": {
        "128": "img\/icons\/icon128.png",
        "48": "img\/icons\/icon48.png"
    },
    "browser_action": {
        "default_icon": "img\/icons\/icon.png",
        "name": "Mailer Tester"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "web_accessible_resources": [
        "img\/minus.png",
        "img\/plus.png",
        "img\/measure.png",
        "img\/measure_last.png",
        "css\/popup.css"
    ],
    "permissions": [
        ""
    ]
}