IdFinder
It's unique chrome extension that get all id in a webpage and show them in a popup
Τι είναι το IdFinder;
Το IdFinder είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον VarP, και η κύρια λειτουργία του είναι "It's unique chrome extension that get all id in a webpage and show them in a popup".
Λήψη αρχείου CRX της επέκτασης IdFinder
Λήψη αρχείων επέκτασης IdFinder σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
It's unique chrome extension that get id and show them in a popup. Search all id in all webpages and if you click on id highlight a element of div. Is thinked for a google tag manager. Highlight in red all duplicated ids. Is the same for all classes. Try to change tab.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | hjnnbkbfciocofgmbkmdgbldbkfabcdc |
Επίσημο URL | https://chrome.google.com/webstore/detail/hjnnbkbfciocofgmbkmdgbldbkfabcdc |
Περιγραφή | It's unique chrome extension that get all id in a webpage and show them in a popup |
Μέγεθος Αρχείου | 859 KB |
Αριθμός Εγκαταστάσεων | 47 |
Τρέχουσα Έκδοση | 1.8 |
Τελευταία Ενημέρωση | 2017-05-22 |
Ημερομηνία Δημοσίευσης | 2017-05-22 |
Αξιολόγηση | 4.50/5 Συνολικά 4 Αξιολογήσεις |
Προγραμματιστής | VarP |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | http://pasqualedelucia.netsons.org |
Διεύθυνση URL της Σελίδας Βοήθειας | http://pasqualedelucia.netsons.org |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "IdFinder", "version": "1.8", "manifest_version": 2, "description": "It's unique chrome extension that get all id in a webpage and show them in a popup", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ " |