Wordpress Style Editor
Save CSS changes made in developer tools, directly to the Wordpress stylesheet.
Wordpress Style Editor क्या है?
Wordpress Style Editor Levi Melamed द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Save CSS changes made in developer tools, directly to the Wordpress stylesheet."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Wordpress Style Editor एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" } |