TestInSeconds Express
Check a web page for typos, dead links, performance problems, and take cross-browser screenshots, all with a single click!
Co to jest TestInSeconds Express?
TestInSeconds Express to rozszerzenie Chrome opracowane przez Computer Aid, Inc., a jego główną funkcją jest „Check a web page for typos, dead links, performance problems, and take cross-browser screenshots, all with a single click!”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia TestInSeconds Express
Pobierz pliki rozszerzeń TestInSeconds Express w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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!
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | gdfhfgjoaflidflnojohaelbdgfagjnc |
Oficjalny URL | https://chrome.google.com/webstore/detail/testinseconds-express/gdfhfgjoaflidflnojohaelbdgfagjnc |
Opis | Check a web page for typos, dead links, performance problems, and take cross-browser screenshots, all with a single click! |
Rozmiar pliku | 212 KB |
Liczba instalacji | 25 |
Aktualna Wersja | 1.1 |
Ostatnia Aktualizacja | 2014-10-09 |
Data Publikacji | 2014-10-09 |
Deweloper | Computer Aid, Inc. |
Typ Płatności | free |
Obsługiwane Języki | 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" } } |