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 |
| 官方網址 | 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
}
} | |