CSS Spy
Showing CSS attribute on element hover
CSS Spy란 무엇입니까?
CSS Spy은(는) SoftwareSeni에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Showing CSS attribute on element hover"입니다.
확장 프로그램 스크린샷
CSS Spy 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Inspect computed styles of any single element just on the fly. When the extension is active, hovering element will shows the width, height and selector name of the element. Clicking on the element will bring popup which show the common computed styles of the element, so you could just copy it right away. Comparing CSS properties of 2 elements will also never been this easier with this extension.
Features:
1. Showing width and height when hovering on an element
2. Showing computed style when clicking on an element
3. Comparing CSS properties of 2 element (even work with elements from different page/URL)
4. Clean design (yeah, that's exactly what we need)
Change log:
v.1.0:
Fixing minor bugs
v1.1:
Change RGB to hex
v1.2:
Add ability to reset storage when new window created
v1.3:
- Add feature to compare 2 different CSS
- Add settings to choose properties to show
v1.4:
- Add CSS Reset for the popup
v1.5:
- Relocated files and folder
- Add exception for storage limit 확장 프로그램 기본 정보
| 이름 | |
| ID | plbeolffejbcpmndnfknfkcaofdmdeln |
| 공식 URL | https://chrome.google.com/webstore/detail/css-spy/plbeolffejbcpmndnfknfkcaofdmdeln |
| 설명 | Showing CSS attribute on element hover |
| 파일 크기 | 62.48 KB |
| 설치 횟수 | 3,000 |
| 현재 버전 | 1.5 |
| 최근 업데이트 | 2016-05-06 |
| 출시 날짜 | 2016-05-06 |
| 평점 | 3.94/5 총 17 개의 평점 |
| 개발자 | SoftwareSeni |
| 결제 유형 | free |
| 지원되는 언어 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "CSS Spy",
"short_name": "css-spy",
"description": "Showing CSS attribute on element hover",
"version": "1.5",
"author": "Rudi Wahyudi",
"icons": {
"16": "images\/icon16.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
},
"offline_enabled": false,
"browser_action": {
"default_icon": "images\/icon48.png"
},
"background": {
"scripts": [
"js\/background.js"
]
},
"content_scripts": [
{
"matches": [
" | |