TestInSeconds Express

Check a web page for typos, dead links, performance problems, and take cross-browser screenshots, all with a single click!

Co je TestInSeconds Express?

TestInSeconds Express je rozšíření Chrome vyvinuté Computer Aid, Inc., a jeho hlavní funkcí je „Check a web page for typos, dead links, performance problems, and take cross-browser screenshots, all with a single click!“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření TestInSeconds Express

Stáhněte si soubory rozšíření TestInSeconds Express ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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!                    

Základní Informace o Rozšíření

Název TestInSeconds Express TestInSeconds Express
ID gdfhfgjoaflidflnojohaelbdgfagjnc
Oficiální URL https://chrome.google.com/webstore/detail/testinseconds-express/gdfhfgjoaflidflnojohaelbdgfagjnc
Popis Check a web page for typos, dead links, performance problems, and take cross-browser screenshots, all with a single click!
Velikost souboru 212 KB
Počet instalací 25
Aktuální Verze 1.1
Poslední Aktualizace 2014-10-09
Datum Vydání 2014-10-09
Vývojář Computer Aid, Inc.
Typ Platby free
Podporované Jazyky 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"
    }
}