TestInSeconds Express
Check a web page for typos, dead links, performance problems, and take cross-browser screenshots, all with a single click!
Qu'est-ce que TestInSeconds Express ?
TestInSeconds Express est une extension Chrome développée par Computer Aid, Inc., et sa fonction principale est "Check a web page for typos, dead links, performance problems, and take cross-browser screenshots, all with a single click!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension TestInSeconds Express
Téléchargez les fichiers d'extension TestInSeconds Express au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | |
ID | gdfhfgjoaflidflnojohaelbdgfagjnc |
URL Officiel | 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! |
Taille du Fichier | 212 KB |
Nombre d'Installations | 25 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2014-10-09 |
Date de Publication | 2014-10-09 |
Développeur | Computer Aid, Inc. |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |