canopy companion css selector tool

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

Wat is canopy companion css selector tool?

canopy companion css selector tool is een Chrome-extensie ontwikkeld door http://lefthandedgoat.github.io/canopy, en de belangrijkste functie is "This extensions helps you create quality css, jquery, and xpath selectors".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie canopy companion css selector tool

Download canopy companion css selector tool-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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/                    

Basisinformatie over de Extensie

Naam canopy companion css selector tool canopy companion css selector tool
ID jehfnloleecojodohcdfpbhjahhaplje
Officiële URL https://chrome.google.com/webstore/detail/canopy-companion-css-sele/jehfnloleecojodohcdfpbhjahhaplje
Beschrijving This extensions helps you create quality css, jquery, and xpath selectors
Bestandsgrootte 333 KB
Aantal Installaties 62
Huidige Versie 0.2
Laatst Bijgewerkt 2017-02-02
Publicatiedatum 2017-02-02
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar http://lefthandedgoat.github.io/canopy
Betalingswijze free
Extensiewebsite http://lefthandedgoat.github.io/canopy/
Ondersteunde Talen 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
    }
}