CSS Selector
Quick, Easy, powerful CSS Selector generation.
CSS Selector란 무엇입니까?
CSS Selector은(는) Cool and Fun Software에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Quick, Easy, powerful CSS Selector generation."입니다.
확장 프로그램 스크린샷
CSS Selector 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension makes finding the right CSS selector on a web page much quicker and easier than digging through the HTML. 1) Install this extension to your chrome browser. 2) Inspect an element on your page or select an element on the "Elements" page of the Chrome Browser Dev tools. 3) Navigate to the "CSS Selector" tab on the sidebar of the "Elements" page of the Dev tools. 4) When you have found your CSS selector, click the button to copy the complete and properly formatted selector.
확장 프로그램 기본 정보
이름 | CSS Selector |
ID | dobcgekgcmhjmfahepgbpmiaejlpaalc |
공식 URL | https://chromewebstore.google.com/detail/css-selector/dobcgekgcmhjmfahepgbpmiaejlpaalc |
설명 | Quick, Easy, powerful CSS Selector generation. |
파일 크기 | 73.43 KB |
설치 횟수 | 12,287 |
현재 버전 | 3.0.0 |
최근 업데이트 | 2022-04-05 |
출시 날짜 | 2020-07-29 |
평점 | 2.33/5 총 3 개의 평점 |
개발자 | Cool and Fun Software |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | id,ms,de,en,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,th,ar,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "service_worker": "\/js\/background.js", "type": "module" }, "action": { "default_icon": { "19": "icons\/action19x19.png", "38": "icons\/action38x38.png" }, "default_title": "CSS Selector Gadget" }, "container": [ "GOOGLE_DRIVE" ], "default_locale": "en", "description": "__MSG_AppDesc__", "icons": { "128": "icons\/128x128.png", "16": "icons\/16x16.png", "48": "icons\/48x48.png" }, "manifest_version": 3, "name": "__MSG_AppName__", "offline_enabled": true, "permissions": [ "activeTab", "scripting" ], "version": "3.0.0", "homepage_url": "https:\/\/css-selector-gadget.dllplayer.com" } |