TestInSeconds Express
Check a web page for typos, dead links, performance problems, and take cross-browser screenshots, all with a single click!
什么是TestInSeconds Express?
TestInSeconds Express是由Computer Aid, Inc.开发的Chrome扩展程序,该扩展的主要功能是“Check a web page for typos, dead links, performance problems, and take cross-browser screenshots, all with a single click!”。
扩展截图
下载TestInSeconds Express扩展crx文件
下载TestInSeconds Express扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
TestInSeconds makes testing your websites easier than ever by checking your pages for broken links, typos, cross-browser inconsistences and more. This Chrome extension allows you to check for all these things with a single click! 扩展基本信息
| 名称 | |
| ID | gdfhfgjoaflidflnojohaelbdgfagjnc |
| 官方URL | https://chrome.google.com/webstore/detail/testinseconds-express/gdfhfgjoaflidflnojohaelbdgfagjnc |
| 简介 | Check a web page for typos, dead links, performance problems, and take cross-browser screenshots, all with a single click! |
| 文件大小 | 212 KB |
| 安装次数 | 25 |
| 当前版本 | 1.1 |
| 更新时间 | 2014-10-09 |
| 上架时间 | 2014-10-09 |
| 开发者 | Computer Aid, Inc. |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "TestInSeconds Express",
"description": "Check a web page for typos, dead links, performance problems, and take cross-browser screenshots, all with a single click!",
"version": "1.1",
"icons": {
"128": "img\/icon.png"
},
"permissions": [
"storage",
"tabs",
"https:\/\/account.testinseconds.com\/"
],
"browser_action": {
"default_icon": "img\/icon.png",
"default_popup": "popup.html"
}
} | |