canopy companion css selector tool

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

Hvad er canopy companion css selector tool?

canopy companion css selector tool er en Chrome-udvidelse udviklet af http://lefthandedgoat.github.io/canopy, og dens hovedfunktion er "This extensions helps you create quality css, jquery, and xpath selectors".

Udvidelsesskærmbilleder

screenshot

Download canopy companion css selector tool-udvidelses-CRX-fil

Download canopy companion css selector tool-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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/                    

Grundlæggende oplysninger om udvidelsen

Navn canopy companion css selector tool canopy companion css selector tool
ID jehfnloleecojodohcdfpbhjahhaplje
Officiel URL https://chrome.google.com/webstore/detail/canopy-companion-css-sele/jehfnloleecojodohcdfpbhjahhaplje
Beskrivelse This extensions helps you create quality css, jquery, and xpath selectors
Filstørrelse 333 KB
Antal Installationer 62
Nuværende Version 0.2
Senest Opdateret 2017-02-02
Udgivelsesdato 2017-02-02
Bedømmelse 5.00/5 Samlet 2 Bedømmelser
Udvikler http://lefthandedgoat.github.io/canopy
Betalingsmetode free
Udvidelseswebsted http://lefthandedgoat.github.io/canopy/
Understøttede Sprog 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
    }
}