canopy companion css selector tool

This extensions helps you create quality css, jquery, and xpath selectors

Что такое canopy companion css selector tool?

canopy companion css selector tool - это расширение Chrome, разработанное http://lefthandedgoat.github.io/canopy, и его основная функция - "This extensions helps you create quality css, jquery, and xpath selectors".

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

screenshot

Скачать файл CRX расширения canopy companion css selector tool

Скачайте файлы расширений canopy companion css selector tool в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        This extensions helps you create quality css, jquery, and xpath selectors

Learn more about the canopy ui automation and testing library here: http://lefthandedgoat.github.io/canopy/                    

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

Название canopy companion css selector tool canopy companion css selector tool
ID jehfnloleecojodohcdfpbhjahhaplje
Официальный URL https://chrome.google.com/webstore/detail/canopy-companion-css-sele/jehfnloleecojodohcdfpbhjahhaplje
Описание This extensions helps you create quality css, jquery, and xpath selectors
Размер файла 333 KB
Количество установок 62
Текущая Версия 0.2
Последнее Обновление 2017-02-02
Дата публикации 2017-02-02
Рейтинг 5.00/5 Всего 2 оценок
Разработчик http://lefthandedgoat.github.io/canopy
Тип оплаты free
Официальный сайт расширения http://lefthandedgoat.github.io/canopy/
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "canopy companion css selector tool",
    "description": "This extensions helps you create quality css, jquery, and xpath selectors",
    "version": "0.2",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}