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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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"
} | |