Show CSS Outline Style

Show the outline of all the elements that exist on the page.

Show CSS Outline Style क्या है?

Show CSS Outline Style https://blog.mitsuruog.info द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Show the outline of all the elements that exist on the page."।

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

screenshot
screenshot

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

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

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

                        Show the outline of all the elements that exist on the page.                    

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

नाम Show CSS Outline Style Show CSS Outline Style
ID dfokncajfigoddlhjenapaleiefcldoh
आधिकारिक URL https://chromewebstore.google.com/detail/show-css-outline-style/dfokncajfigoddlhjenapaleiefcldoh
विवरण Show the outline of all the elements that exist on the page.
फ़ाइल का आकार 18.41 KB
स्थापना संख्या 366
वर्तमान संस्करण 0.1.2
अंतिम अपडेट 2021-11-26
प्रकाशन तिथि 2020-06-25
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर https://blog.mitsuruog.info
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/mitsuruog/show-css-outline-style
सहायता पृष्ठ URL https://github.com/mitsuruog/show-css-outline-style/issues
समर्थित भाषाएँ en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "0.1.2",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "assets\/icons\/Icon-16.png",
        "128": "assets\/icons\/Icon-128.png"
    },
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": [],
    "default_locale": "ja"
}