Mailer Checklist
Building HTML mailers? This extension will show you how good the quality of your code is.
Mailer Checklist क्या है?
Mailer Checklist artbek द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Building HTML mailers? This extension will show you how good the quality of your code is."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Mailer Checklist एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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": [ " |