Mailer Checklist

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

Hvad er Mailer Checklist?

Mailer Checklist er en Chrome-udvidelse udviklet af artbek, og dens hovedfunktion er "Building HTML mailers? This extension will show you how good the quality of your code is.".

Udvidelsesskærmbilleder

screenshot

Download Mailer Checklist-udvidelses-CRX-fil

Download Mailer Checklist-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Mailer Checklist Mailer Checklist
ID kconkgggjoljllcdenjfokomklmlbfig
Officiel URL https://chromewebstore.google.com/detail/mailer-checklist/kconkgggjoljllcdenjfokomklmlbfig
Beskrivelse Building HTML mailers? This extension will show you how good the quality of your code is.
Filstørrelse 200 KB
Antal Installationer 32
Nuværende Version 1.7.1
Senest Opdateret 2023-03-13
Udgivelsesdato 2014-06-08
Bedømmelse 5.00/5 Samlet 3 Bedømmelser
Udvikler artbek
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/artbek/Mailer-Checklist
Understøttede Sprog 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": [
        ""
    ]
}