Mailer Checklist

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

Mailer Checklist là gì?

Mailer Checklist là một tiện ích mở rộng Chrome được phát triển bởi artbek, và tính năng chính của nó là "Building HTML mailers? This extension will show you how good the quality of your code is.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Mailer Checklist

Tải xuống các tệp mở rộng Mailer Checklist dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Mailer Checklist Mailer Checklist
ID kconkgggjoljllcdenjfokomklmlbfig
URL Chính Thức https://chromewebstore.google.com/detail/mailer-checklist/kconkgggjoljllcdenjfokomklmlbfig
Mô tả Building HTML mailers? This extension will show you how good the quality of your code is.
Kích Thước Tệp 200 KB
Số Lần Cài Đặt 32
Phiên Bản Hiện Tại 1.7.1
Cập Nhật Lần Cuối 2023-03-13
Ngày Phát Hành 2014-06-08
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển artbek
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/artbek/Mailer-Checklist
Ngôn Ngữ Được Hỗ Trợ 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": [
        ""
    ]
}