canopy companion css selector tool
This extensions helps you create quality css, jquery, and xpath selectors
什么是canopy companion css selector tool?
canopy companion css selector tool是由http://lefthandedgoat.github.io/canopy开发的Chrome扩展程序,该扩展的主要功能是“This extensions helps you create quality css, jquery, and xpath selectors”。
扩展截图
下载canopy companion css selector tool扩展crx文件
下载canopy companion css selector tool扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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/ 扩展基本信息
| 名称 | |
| ID | jehfnloleecojodohcdfpbhjahhaplje |
| 官方URL | https://chrome.google.com/webstore/detail/canopy-companion-css-sele/jehfnloleecojodohcdfpbhjahhaplje |
| 简介 | This extensions helps you create quality css, jquery, and xpath selectors |
| 文件大小 | 333 KB |
| 安装次数 | 62 |
| 当前版本 | 0.2 |
| 更新时间 | 2017-02-02 |
| 上架时间 | 2017-02-02 |
| 评分 | 5.00/5 共2次评分 |
| 开发者 | http://lefthandedgoat.github.io/canopy |
| 付费类型 | free |
| 扩展官网 | http://lefthandedgoat.github.io/canopy/ |
| 支持的语言 | 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
}
} | |