TestInSeconds Express
Check a web page for typos, dead links, performance problems, and take cross-browser screenshots, all with a single click!
Cos'è TestInSeconds Express?
TestInSeconds Express è un'estensione di Chrome sviluppata da Computer Aid, Inc., e la sua funzione principale è "Check a web page for typos, dead links, performance problems, and take cross-browser screenshots, all with a single click!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione TestInSeconds Express
Scarica i file di estensione TestInSeconds Express in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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!
Informazioni di Base sull'Estensione
Nome | |
ID | gdfhfgjoaflidflnojohaelbdgfagjnc |
URL Ufficiale | https://chrome.google.com/webstore/detail/testinseconds-express/gdfhfgjoaflidflnojohaelbdgfagjnc |
Descrizione | Check a web page for typos, dead links, performance problems, and take cross-browser screenshots, all with a single click! |
Dimensione del File | 212 KB |
Conteggio Installazioni | 25 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2014-10-09 |
Data di Pubblicazione | 2014-10-09 |
Sviluppatore | Computer Aid, Inc. |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |