User CSS
A quick and easy way to add custom CSS to the current web site.
User CSS란 무엇입니까?
User CSS은(는) https://dimox.name에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A quick and easy way to add custom CSS to the current web site."입니다.
확장 프로그램 스크린샷
User CSS 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Insert your custom CSS code to the current web site and you will see the changes immediately. How to use: 1. Press the extension button to display the CSS editor. 2. Write your custom CSS. 3. Enjoy the result. 4. Press the extension button to hide the CSS editor. Button shows a green indicator, when current web site has custom CSS. The extension uses CodeMirror to highlight code and supports the Emmet toolkit.
확장 프로그램 기본 정보
이름 | User CSS |
ID | okpjlejfhacmgjkmknjhadmkdbcldfcb |
공식 URL | https://chromewebstore.google.com/detail/user-css/okpjlejfhacmgjkmknjhadmkdbcldfcb |
설명 | A quick and easy way to add custom CSS to the current web site. |
파일 크기 | 298 KB |
설치 횟수 | 61,801 |
현재 버전 | 2.2 |
최근 업데이트 | 2017-10-24 |
출시 날짜 | 2017-10-22 |
평점 | 3.60/5 총 248 개의 평점 |
개발자 | https://dimox.name |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "User CSS", "description": "A quick and easy way to add custom CSS to the current web site.", "version": "2.2", "browser_action": { "default_icon": "icon-19.png" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "persistent": false, "scripts": [ "js\/background.js", "js\/hot-reload.js" ] }, "options_page": "options.html", "content_scripts": [ { "matches": [ " |