TestInSeconds Express
Check a web page for typos, dead links, performance problems, and take cross-browser screenshots, all with a single click!
什麼是TestInSeconds Express?
TestInSeconds Express是由Computer Aid, Inc.開發的Chrome擴展程式,該擴展的主要功能是“Check a web page for typos, dead links, performance problems, and take cross-browser screenshots, all with a single click!”。
擴展截圖
下載TestInSeconds Express擴展crx文件
下載TestInSeconds Express擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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!
擴展基本資訊
名稱 | |
ID | gdfhfgjoaflidflnojohaelbdgfagjnc |
官方網址 | https://chrome.google.com/webstore/detail/testinseconds-express/gdfhfgjoaflidflnojohaelbdgfagjnc |
簡介 | Check a web page for typos, dead links, performance problems, and take cross-browser screenshots, all with a single click! |
檔案大小 | 212 KB |
安裝次數 | 25 |
目前版本 | 1.1 |
更新時間 | 2014-10-09 |
上架時間 | 2014-10-09 |
開發者 | Computer Aid, Inc. |
付費類型 | free |
支援的語言 | 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" } } |