TestInSeconds Express
Check a web page for typos, dead links, performance problems, and take cross-browser screenshots, all with a single click!
What is TestInSeconds Express?
TestInSeconds Express is a Chrome extension developed by Computer Aid, Inc., and its main feature is "Check a web page for typos, dead links, performance problems, and take cross-browser screenshots, all with a single click!".
Extension Screenshots
Download TestInSeconds Express Extension CRX File
Download TestInSeconds Express extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | |
ID | gdfhfgjoaflidflnojohaelbdgfagjnc |
Official URL | https://chrome.google.com/webstore/detail/testinseconds-express/gdfhfgjoaflidflnojohaelbdgfagjnc |
Description | Check a web page for typos, dead links, performance problems, and take cross-browser screenshots, all with a single click! |
File Size | 212 KB |
Installation Count | 25 |
Current Version | 1.1 |
Last Updated | 2014-10-09 |
Publish Date | 2014-10-09 |
Developer | Computer Aid, Inc. |
Payment Type | free |
Supported Languages | 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" } } |