Wordpress Style Editor

Save CSS changes made in developer tools, directly to the Wordpress stylesheet.

Wordpress Style Editorคืออะไร?

Wordpress Style Editor เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Levi Melamed และคุณลักษณะหลักของมันคือ "Save CSS changes made in developer tools, directly to the Wordpress stylesheet."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Wordpress Style Editor

ดาวน์โหลดไฟล์ส่วนขยาย 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
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"
}