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"
}