TestInSeconds Express
Check a web page for typos, dead links, performance problems, and take cross-browser screenshots, all with a single click!
Apa itu TestInSeconds Express?
TestInSeconds Express adalah ekstensi Chrome yang dikembangkan oleh Computer Aid, Inc., dan fitur utamanya adalah "Check a web page for typos, dead links, performance problems, and take cross-browser screenshots, all with a single click!".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi TestInSeconds Express
Unduh file ekstensi TestInSeconds Express dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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!
Informasi Dasar Ekstensi
Nama | |
ID | gdfhfgjoaflidflnojohaelbdgfagjnc |
URL Resmi | https://chrome.google.com/webstore/detail/testinseconds-express/gdfhfgjoaflidflnojohaelbdgfagjnc |
Deskripsi | Check a web page for typos, dead links, performance problems, and take cross-browser screenshots, all with a single click! |
Ukuran File | 212 KB |
Jumlah Instalasi | 25 |
Versi Saat Ini | 1.1 |
Terakhir Diperbarui | 2014-10-09 |
Tanggal Publikasi | 2014-10-09 |
Pengembang | Computer Aid, Inc. |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } } |