XPathMax - XPath Generator
XPath Generator by SchemaApp
Τι είναι το XPathMax - XPath Generator;
Το XPathMax - XPath Generator είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον SchemaApp, και η κύρια λειτουργία του είναι "XPath Generator by SchemaApp".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης XPathMax - XPath Generator
Λήψη αρχείων επέκτασης XPathMax - XPath Generator σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
XPath Generator by SchemaApp This latest release crushes a few bugs, but it's time to say goodbye. This is the final release, and that means that this extension will no longer receive updates. Thanks to all our users over the years - and happy XPath'ing! *** Please restart Chrome OR reload all your tabs after installing this extension *** ∙ Start XpathMax by clicking the extension icon ∙ Then click the 'Start XpathMax' button. → You will see a blue bar appear at the top of the web page. → Click anywhere on the page to generate a list of XPaths pointing to that element on the page. ∙ To quit XPathMax, click the 'X' in the top-right of the extension window. *** Please restart Chrome OR reload all your tabs after installing this extension *** ∙ Report any bugs to support link on this page, and we'll do our best to get them resolved! Thanks for using XPathMax XPath Generator.
Βασικές Πληροφορίες Επέκτασης
Όνομα | XPathMax - XPath Generator |
ID | mikjagmoklbhhfbhlbdnfeocmnfohneb |
Επίσημο URL | https://chromewebstore.google.com/detail/xpathmax-xpath-generator/mikjagmoklbhhfbhlbdnfeocmnfohneb |
Περιγραφή | XPath Generator by SchemaApp |
Μέγεθος Αρχείου | 672 KB |
Αριθμός Εγκαταστάσεων | 3,000 |
Τρέχουσα Έκδοση | 1.0.4 |
Τελευταία Ενημέρωση | 2023-12-14 |
Ημερομηνία Δημοσίευσης | 2020-03-17 |
Αξιολόγηση | 3.67/5 Συνολικά 3 Αξιολογήσεις |
Προγραμματιστής | SchemaApp |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
URL της Σελίδας Πολιτικής Απορρήτου | https://www.schemaapp.com/privacy-policy |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_extName__", "homepage_url": "https:\/\/www.schemaapp.com\/?referrer=XPath-Extension", "description": "XPath Generator by SchemaApp", "default_locale": "en", "permissions": [ "activeTab" ], "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "background": { "service_worker": "js\/background.js" }, "action": { "default_popup": "popup.html", "default_title": "__MSG_extName__", "default_icon": { "19": "icons\/19.png", "38": "icons\/38.png" } }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "js\/content-script.js" ], "css": [ "css\/content-script.8e52893d.css" ] } ], "version": "1.0.4", "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" } } |