Mailer Checklist

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

Wat is Mailer Checklist?

Mailer Checklist is een Chrome-extensie ontwikkeld door artbek, en de belangrijkste functie is "Building HTML mailers? This extension will show you how good the quality of your code is.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Mailer Checklist

Download Mailer Checklist-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

                        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                    

Basisinformatie over de Extensie

Naam Mailer Checklist Mailer Checklist
ID kconkgggjoljllcdenjfokomklmlbfig
Officiële URL https://chromewebstore.google.com/detail/mailer-checklist/kconkgggjoljllcdenjfokomklmlbfig
Beschrijving Building HTML mailers? This extension will show you how good the quality of your code is.
Bestandsgrootte 200 KB
Aantal Installaties 32
Huidige Versie 1.7.1
Laatst Bijgewerkt 2023-03-13
Publicatiedatum 2014-06-08
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar artbek
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/artbek/Mailer-Checklist
Ondersteunde Talen 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": [
        ""
    ]
}