canopy companion css selector tool

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

Co to jest canopy companion css selector tool?

canopy companion css selector tool to rozszerzenie Chrome opracowane przez http://lefthandedgoat.github.io/canopy, a jego główną funkcją jest „This extensions helps you create quality css, jquery, and xpath selectors”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia canopy companion css selector tool

Pobierz pliki rozszerzeń canopy companion css selector tool 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

                        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/                    

Podstawowe informacje o rozszerzeniu

Nazwa canopy companion css selector tool canopy companion css selector tool
ID jehfnloleecojodohcdfpbhjahhaplje
Oficjalny URL https://chrome.google.com/webstore/detail/canopy-companion-css-sele/jehfnloleecojodohcdfpbhjahhaplje
Opis This extensions helps you create quality css, jquery, and xpath selectors
Rozmiar pliku 333 KB
Liczba instalacji 62
Aktualna Wersja 0.2
Ostatnia Aktualizacja 2017-02-02
Data Publikacji 2017-02-02
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper http://lefthandedgoat.github.io/canopy
Typ Płatności free
Strona Rozszerzenia http://lefthandedgoat.github.io/canopy/
Obsługiwane Języki 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
    }
}