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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Joey Albano, και η κύρια λειτουργία του είναι "This extension finds the value of an attribute of an HTML element on the page.".

Λήψη αρχείου CRX της επέκτασης HTML Attribute Value Finder

Λήψη αρχείων επέκτασης HTML Attribute Value Finder σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

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