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 - это расширение Chrome, разработанное Computer Aid, Inc., и его основная функция - "Check a web page for typos, dead links, performance problems, and take cross-browser screenshots, all with a single click!".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения TestInSeconds Express

Скачайте файлы расширений 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!                    

Основная информация о расширении

Название TestInSeconds Express TestInSeconds Express
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"
    }
}