Web Developer Checklist
Analyses any web page for violations of best practices
Cos'è Web Developer Checklist?
Web Developer Checklist è un'estensione di Chrome sviluppata da toptal.com, e la sua funzione principale è "Analyses any web page for violations of best practices".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Web Developer Checklist
Scarica i file di estensione Web Developer Checklist in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Analyses any web page for violations of best practices. This extension helps web developers easily discover problem areas in websites. This is a companion extension for https://www.toptal.com/developers/webdevchecklist
Informazioni di Base sull'Estensione
Nome | Web Developer Checklist |
ID | iahamcpedabephpcgkeikbclmaljebjp |
URL Ufficiale | https://chromewebstore.google.com/detail/web-developer-checklist/iahamcpedabephpcgkeikbclmaljebjp |
Descrizione | Analyses any web page for violations of best practices |
Dimensione del File | 32.65 KB |
Conteggio Installazioni | 52,012 |
Versione Corrente | 2.0.3 |
Ultimo Aggiornamento | 2021-05-14 |
Data di Pubblicazione | 2017-08-30 |
Valutazione | 4.19/5 Totale 52 Valutazioni |
Sviluppatore | toptal.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.toptal.com/developers/webdevchecklist |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Web Developer Checklist", "version": "2.0.3", "author": "Toptal", "description": "Analyses any web page for violations of best practices", "permissions": [ "activeTab", "https:\/\/*\/", "http:\/\/*\/" ], "browser_specific_settings": { "gecko": { "id": "{65bf4dd0-b6df-44f7-9285-cb5545037d80}" } }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Alt+W" } } }, "browser_action": { "default_icon": { "19": "icon-19.png", "48": "icon-48.png", "64": "icon-64.png", "128": "icon-128.png" }, "default_popup": "popup.html", "default_title": "Web Developer Checklist" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "19": "icon-19.png", "48": "icon-48.png", "64": "icon-64.png", "128": "icon-128.png" } } |