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
}
} | |