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
公式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
Eメール [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": [
        ""
    ]
}