Web Developer Checklist
Analyses any web page for violations of best practices
什麼是Web Developer Checklist?
Web Developer Checklist是由toptal.com開發的Chrome擴展程式,該擴展的主要功能是“Analyses any web page for violations of best practices”。
擴展截圖
下載Web Developer Checklist擴展crx文件
下載Web Developer Checklist擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 擴展基本資訊
| 名稱 | |
| ID | iahamcpedabephpcgkeikbclmaljebjp |
| 官方網址 | https://chromewebstore.google.com/detail/web-developer-checklist/iahamcpedabephpcgkeikbclmaljebjp |
| 簡介 | Analyses any web page for violations of best practices |
| 檔案大小 | 32.65 KB |
| 安裝次數 | 52,012 |
| 目前版本 | 2.0.3 |
| 更新時間 | 2021-05-14 |
| 上架時間 | 2017-08-30 |
| 評分 | 4.19/5 共 52 次評分 |
| 開發者 | toptal.com |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://www.toptal.com/developers/webdevchecklist |
| 支援的語言 | 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"
}
} | |