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.”。

擴展截圖

screenshot
screenshot

下載Wordpress Style Editor擴展crx文件

下載Wordpress Style Editor擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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 Wordpress Style Editor
ID bgdpllcnhcmpfcheafdhimpklhjoommn
官方網址 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"
}