canopy companion css selector tool

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

Vad är canopy companion css selector tool?

canopy companion css selector tool är en Chrome-tillägg utvecklad av http://lefthandedgoat.github.io/canopy, och dess huvudfunktion är "This extensions helps you create quality css, jquery, and xpath selectors".

Tilläggsskärmbilder

screenshot

Ladda ner canopy companion css selector tool-förlängningens CRX-fil

Ladda ner canopy companion css selector tool-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn canopy companion css selector tool canopy companion css selector tool
ID jehfnloleecojodohcdfpbhjahhaplje
Officiell webbadress https://chrome.google.com/webstore/detail/canopy-companion-css-sele/jehfnloleecojodohcdfpbhjahhaplje
Beskrivning This extensions helps you create quality css, jquery, and xpath selectors
Filstorlek 333 KB
Antal Installationer 62
Aktuell Version 0.2
Senast Uppdaterad 2017-02-02
Publiceringsdatum 2017-02-02
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare http://lefthandedgoat.github.io/canopy
Betalningssätt free
Tilläggswebbplats http://lefthandedgoat.github.io/canopy/
Stödda Språk 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
    }
}