CSS Selector Selector
Build CSS selector for any element. Intended for use with Selenium, but works very well for building CSS or jQuery selectors
CSS Selector Selectorとは何ですか?
CSS Selector Selectorは91daveによって開発されたChromeの拡張機能で、その主な機能は「Build CSS selector for any element. Intended for use with Selenium, but works very well for building CSS or jQuery selectors」です。
CSS Selector Selector拡張機能のCRXファイルをダウンロード
CSS Selector Selector拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Hit Alt+Q to activate the extension. 拡張機能の基本情報
| 名前 | |
| ID | geclddjihhoihkcfcjpfhgaflodbemeo |
| 公式URL | https://chrome.google.com/webstore/detail/css-selector-selector/geclddjihhoihkcfcjpfhgaflodbemeo |
| 説明 | Build CSS selector for any element. Intended for use with Selenium, but works very well for building CSS or jQuery selectors |
| ファイルサイズ | 42.72 KB |
| インストール数 | 45 |
| 現在のバージョン | 0.4 |
| 最終更新日 | 2016-02-25 |
| 公開日 | 2016-02-25 |
| 評価 | 1.00/5 合計 2 レビュー |
| 開発者 | 91dave |
| 支払い方法 | free |
| 対応言語 | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"content_scripts": [
{
"css": [
"sss.css"
],
"js": [
"jquery-1.7.1.min.js",
"sss.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
]
}
],
"description": "Build CSS selector for any element. Intended for use with Selenium, but works very well for building CSS or jQuery selectors",
"icons": {
"48": "pointer.png"
},
"manifest_version": 2,
"name": "CSS Selector Selector",
"version": "0.4"
} | |