HTML Attribute Value Finder

This extension finds the value of an attribute of an HTML element on the page.

HTML Attribute Value Finder क्या है?

HTML Attribute Value Finder Joey Albano द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension finds the value of an attribute of an HTML element on the page."।

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

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

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

                        Finds the value of HTML attributes on the current page.                    

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

नाम HTML Attribute Value Finder HTML Attribute Value Finder
ID dpibfajbckgioeeiihpjdgbhdpbdjmfi
आधिकारिक URL https://chromewebstore.google.com/detail/html-attribute-value-find/dpibfajbckgioeeiihpjdgbhdpbdjmfi
विवरण This extension finds the value of an attribute of an HTML element on the page.
फ़ाइल का आकार 237 KB
स्थापना संख्या 48
वर्तमान संस्करण 2.0
अंतिम अपडेट 2017-12-28
प्रकाशन तिथि 2017-12-27
डेवलपर Joey Albano
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "HTML Attribute Value Finder",
    "description": "This extension finds the value of an attribute of an HTML element on the page.",
    "version": "2.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "storage"
    ]
}