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 |
公式URL | 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" } } |