TestInSeconds Express
Check a web page for typos, dead links, performance problems, and take cross-browser screenshots, all with a single click!
Vad är TestInSeconds Express?
TestInSeconds Express är en Chrome-tillägg utvecklad av Computer Aid, Inc., och dess huvudfunktion är "Check a web page for typos, dead links, performance problems, and take cross-browser screenshots, all with a single click!".
Tilläggsskärmbilder
Ladda ner TestInSeconds Express-förlängningens CRX-fil
Ladda ner TestInSeconds Express-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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!
Grundläggande Information om Tillägg
Namn | |
ID | gdfhfgjoaflidflnojohaelbdgfagjnc |
Officiell webbadress | https://chrome.google.com/webstore/detail/testinseconds-express/gdfhfgjoaflidflnojohaelbdgfagjnc |
Beskrivning | Check a web page for typos, dead links, performance problems, and take cross-browser screenshots, all with a single click! |
Filstorlek | 212 KB |
Antal Installationer | 25 |
Aktuell Version | 1.1 |
Senast Uppdaterad | 2014-10-09 |
Publiceringsdatum | 2014-10-09 |
Utvecklare | Computer Aid, Inc. |
Betalningssätt | free |
Stödda Språk | 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" } } |