Mailer Checklist

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

Mailer Checklist란 무엇입니까?

Mailer Checklist은(는) artbek에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Building HTML mailers? This extension will show you how good the quality of your code is."입니다.

확장 프로그램 스크린샷

screenshot

Mailer Checklist 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 Mailer Checklist Mailer Checklist
ID kconkgggjoljllcdenjfokomklmlbfig
공식 URL https://chromewebstore.google.com/detail/mailer-checklist/kconkgggjoljllcdenjfokomklmlbfig
설명 Building HTML mailers? This extension will show you how good the quality of your code is.
파일 크기 200 KB
설치 횟수 32
현재 버전 1.7.1
최근 업데이트 2023-03-13
출시 날짜 2014-06-08
평점 5.00/5 총 3 개의 평점
개발자 artbek
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/artbek/Mailer-Checklist
지원되는 언어 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": [
        ""
    ]
}