Wordpress Style Editor
Save CSS changes made in developer tools, directly to the Wordpress stylesheet.
Wordpress Style Editor란 무엇입니까?
Wordpress Style Editor은(는) Levi Melamed에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Save CSS changes made in developer tools, directly to the Wordpress stylesheet."입니다.
확장 프로그램 스크린샷
Wordpress Style Editor 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Using chrome developer tools, you can inspect your theme styles and make modifications to the CSS. However, those changes are lost as soon as you refresh the page. With this extension, you can instantly save those CSS changes directly to your theme stylesheet, without editing any files, or using FTP programs. Notes: - Changes saved to the stylesheet happen in real-time, so proceed with caution. - Currently, the extension only works on the style.css file located in the themes root folder. New in 1.3.1: - added child theme support. New in 1.3: - Bug fixes. New in 1.2: - Revamped interface, switched to popup UI. - Added auto-save feature. Source code is available here: github.com/stri8ed/wordpress-style-editor-chrome-ext
확장 프로그램 기본 정보
이름 | Wordpress Style Editor |
ID | bgdpllcnhcmpfcheafdhimpklhjoommn |
공식 URL | https://chromewebstore.google.com/detail/wordpress-style-editor/bgdpllcnhcmpfcheafdhimpklhjoommn |
설명 | Save CSS changes made in developer tools, directly to the Wordpress stylesheet. |
파일 크기 | 47.72 KB |
설치 횟수 | 6,025 |
현재 버전 | 1.3.3 |
최근 업데이트 | 2015-01-27 |
출시 날짜 | 2015-01-27 |
평점 | 3.09/5 총 47 개의 평점 |
개발자 | Levi Melamed |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "version": "1.3.3", "description": "__MSG_extDesc__", "manifest_version": 2, "default_locale": "en", "permissions": [ "tabs", "cookies", "http:\/\/*\/*", "https:\/\/*\/*" ], "page_action": { "default_icon": { "19": "\/img\/icon48.png", "38": "\/img\/icon48.png" }, "default_title": "Wordpress Style Editor", "default_popup": "\/html\/popup.html" }, "icons": { "48": "\/img\/icon48.png", "128": "\/img\/icon128.png" }, "devtools_page": "\/html\/devtools.html", "background": { "scripts": [ "\/js\/background.js" ] }, "minimum_chrome_version": "18" } |