webhint
Quickly test your website to see if there are any issues with accessibility, browser compatibility, security, performance and more.
Τι είναι το webhint;
Το webhint είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον webhint, και η κύρια λειτουργία του είναι "Quickly test your website to see if there are any issues with accessibility, browser compatibility, security, performance and more.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης webhint
Λήψη αρχείων επέκτασης webhint σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Webhint is a tool for developers that can help you find issues in different areas. Quickly test your website to see if there are any issues with accessibility, browser compatibility, security, performance and more. The browser extension allows you to easily get feedback from the categories you are interested on, get hints for the browsers you are targetting and ignore resources from third party resources. All with links to documentation to help you fix them.
Βασικές Πληροφορίες Επέκτασης
Όνομα | webhint |
ID | gccemnpihkbgkdmoogenkbkckppadcag |
Επίσημο URL | https://chromewebstore.google.com/detail/webhint/gccemnpihkbgkdmoogenkbkckppadcag |
Περιγραφή | Quickly test your website to see if there are any issues with accessibility, browser compatibility, security, performance and more. |
Μέγεθος Αρχείου | 720 KB |
Αριθμός Εγκαταστάσεων | 4,672 |
Τρέχουσα Έκδοση | 2.4.14 |
Τελευταία Ενημέρωση | 2023-06-28 |
Ημερομηνία Δημοσίευσης | 2020-05-21 |
Αξιολόγηση | 5.00/5 Συνολικά 6 Αξιολογήσεις |
Προγραμματιστής | webhint |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://webhint.io |
Διεύθυνση URL της Σελίδας Βοήθειας | https://github.com/webhintio/hint/issues?q=label%3Aarea%3Abrowser-extension |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "webhint", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "icons": { "180": "icon.png" }, "browser_action": { "default_title": "webhint", "default_popup": "browser-action\/browser-action.html" }, "default_locale": "en", "description": "Quickly test your website to see if there are any issues with accessibility, browser compatibility, security, performance and more.", "devtools_page": "devtools\/devtools.html", "manifest_version": 2, "name": "webhint", "permissions": [ " |