Outliner CSS

A totally awesome structure and layout debugger that inserts CSS outlines to all elements.

Outliner CSS क्या है?

Outliner CSS tarah द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A totally awesome structure and layout debugger that inserts CSS outlines to all elements."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Outliner CSS एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        After years of adding debug styles into projects to help debug structure and layout issues I spent an afternoon making the Outliner CSS chrome extension. 
 
Outliner CSS is added to the current page on all elements with the option to switch between RGB colors and toggle background color opacity to highlight depth.                    

एक्सटेंशन की मूल जानकारी

नाम Outliner CSS Outliner CSS
ID epodomlablfiehjgajhlhbdhidlkokaj
आधिकारिक URL https://chromewebstore.google.com/detail/outliner-css/epodomlablfiehjgajhlhbdhidlkokaj
विवरण A totally awesome structure and layout debugger that inserts CSS outlines to all elements.
फ़ाइल का आकार 13.01 KB
स्थापना संख्या 9,566
वर्तमान संस्करण 1.0.1
अंतिम अपडेट 2017-10-10
प्रकाशन तिथि 2017-10-10
रेटिंग 5.00/5 कुल 8 रेटिंग्स
डेवलपर tarah
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Outliner CSS",
    "description": "A totally awesome structure and layout debugger that inserts CSS outlines to all elements.",
    "version": "1.0.1",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "browser_action": {
        "default_title": "Outliner CSS",
        "default_icon": "icon_19.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "icon_128.png",
        "16": "icon_16.png",
        "48": "icon_48.png"
    },
    "manifest_version": 2
}