canopy companion css selector tool
This extensions helps you create quality css, jquery, and xpath selectors
Was ist canopy companion css selector tool?
canopy companion css selector tool ist eine Chrome-Erweiterung, die von http://lefthandedgoat.github.io/canopy entwickelt wurde, und ihr Hauptmerkmal ist "This extensions helps you create quality css, jquery, and xpath selectors".
Erweiterungsscreenshots
canopy companion css selector tool-Erweiterungs-CRX-Datei herunterladen
Laden Sie canopy companion css selector tool-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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/ Grundlegende Informationen zur Erweiterung
| Name | |
| ID | jehfnloleecojodohcdfpbhjahhaplje |
| Offizielle URL | https://chrome.google.com/webstore/detail/canopy-companion-css-sele/jehfnloleecojodohcdfpbhjahhaplje |
| Beschreibung | This extensions helps you create quality css, jquery, and xpath selectors |
| Dateigröße | 333 KB |
| Installationsanzahl | 62 |
| Aktuelle Version | 0.2 |
| Letztes Update | 2017-02-02 |
| Veröffentlichungsdatum | 2017-02-02 |
| Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
| Entwickler | http://lefthandedgoat.github.io/canopy |
| Zahlungsart | free |
| Erweiterungswebsite | http://lefthandedgoat.github.io/canopy/ |
| Unterstützte Sprachen | 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
}
} | |