canopy companion css selector tool

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

What is canopy companion css selector tool?

canopy companion css selector tool is a Chrome extension developed by http://lefthandedgoat.github.io/canopy, and its main feature is "This extensions helps you create quality css, jquery, and xpath selectors".

Extension Screenshots

screenshot

Download canopy companion css selector tool Extension CRX File

Download canopy companion css selector tool extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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/                    

Extension Basic Information

Name canopy companion css selector tool canopy companion css selector tool
ID jehfnloleecojodohcdfpbhjahhaplje
Official URL https://chrome.google.com/webstore/detail/canopy-companion-css-sele/jehfnloleecojodohcdfpbhjahhaplje
Description This extensions helps you create quality css, jquery, and xpath selectors
File Size 333 KB
Installation Count 62
Current Version 0.2
Last Updated 2017-02-02
Publish Date 2017-02-02
Rating 5.00/5 Total 2 Ratings
Developer http://lefthandedgoat.github.io/canopy
Payment Type free
Extension Website http://lefthandedgoat.github.io/canopy/
Supported Languages 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
    }
}