TestInSeconds Express
Check a web page for typos, dead links, performance problems, and take cross-browser screenshots, all with a single click!
TestInSeconds Express là gì?
TestInSeconds Express là một tiện ích mở rộng Chrome được phát triển bởi Computer Aid, Inc., và tính năng chính của nó là "Check a web page for typos, dead links, performance problems, and take cross-browser screenshots, all with a single click!".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng TestInSeconds Express
Tải xuống các tệp mở rộng TestInSeconds Express dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | gdfhfgjoaflidflnojohaelbdgfagjnc |
URL Chính Thức | https://chrome.google.com/webstore/detail/testinseconds-express/gdfhfgjoaflidflnojohaelbdgfagjnc |
Mô tả | Check a web page for typos, dead links, performance problems, and take cross-browser screenshots, all with a single click! |
Kích Thước Tệp | 212 KB |
Số Lần Cài Đặt | 25 |
Phiên Bản Hiện Tại | 1.1 |
Cập Nhật Lần Cuối | 2014-10-09 |
Ngày Phát Hành | 2014-10-09 |
Nhà Phát Triển | Computer Aid, Inc. |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |