TestInSeconds Express
Check a web page for typos, dead links, performance problems, and take cross-browser screenshots, all with a single click!
Was ist TestInSeconds Express?
TestInSeconds Express ist eine Chrome-Erweiterung, die von Computer Aid, Inc. entwickelt wurde, und ihr Hauptmerkmal ist "Check a web page for typos, dead links, performance problems, and take cross-browser screenshots, all with a single click!".
Erweiterungsscreenshots
TestInSeconds Express-Erweiterungs-CRX-Datei herunterladen
Laden Sie TestInSeconds Express-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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!
Grundlegende Informationen zur Erweiterung
Name | |
ID | gdfhfgjoaflidflnojohaelbdgfagjnc |
Offizielle URL | https://chrome.google.com/webstore/detail/testinseconds-express/gdfhfgjoaflidflnojohaelbdgfagjnc |
Beschreibung | Check a web page for typos, dead links, performance problems, and take cross-browser screenshots, all with a single click! |
Dateigröße | 212 KB |
Installationsanzahl | 25 |
Aktuelle Version | 1.1 |
Letztes Update | 2014-10-09 |
Veröffentlichungsdatum | 2014-10-09 |
Entwickler | Computer Aid, Inc. |
Zahlungsart | free |
Unterstützte Sprachen | 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" } } |