Mailer Checklist

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

Mailer Checklistคืออะไร?

Mailer Checklist เป็นส่วนขยายของ Chrome ที่พัฒนาโดย artbek และคุณลักษณะหลักของมันคือ "Building HTML mailers? This extension will show you how good the quality of your code is."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Mailer Checklist

ดาวน์โหลดไฟล์ส่วนขยาย Mailer Checklist ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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": [
        ""
    ]
}