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文件

下載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
官方網址 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": [
        ""
    ]
}