HTML Copy
Copy or Export to file the HTML of a page with options to ignore certain elements.
Τι είναι το HTML Copy;
Το HTML Copy είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://alexbobes.com, και η κύρια λειτουργία του είναι "Copy or Export to file the HTML of a page with options to ignore certain elements.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης HTML Copy
Λήψη αρχείων επέκτασης HTML Copy σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Effortlessly Capture Web Page Structures with "HTML Copy" Ever found yourself wanting a clean snapshot of a webpage's structure without all the extra elements? Dive into "HTML Copy" – your ultimate tool for isolating the essence of any website. Tailored for developers, designers, and web enthusiasts, this extension offers a streamlined approach to capturing web page content. Key Features: Selective Cloning: Customize what you capture! Choose to ignore common elements like nav, header, footer, aside, or even img tags. Focus solely on the content that matters to you. Custom Element Ignoring: Every website is unique, and so are your preferences. Got specific elements you'd rather not see? Fine-tune your ignore list directly from the user-friendly popup. Enhanced Export Options: Once you've got the cleaned HTML, decide how you want it. Copy directly to your clipboard for instant access or export as a neatly named text file based on the webpage's URL. Experience the web in a new light, free from unnecessary distractions. Install "HTML Copy" today and elevate your web browsing and development journey!
Βασικές Πληροφορίες Επέκτασης
Όνομα | HTML Copy |
ID | mkneclfoofncoidopgeiphnjnpcjelia |
Επίσημο URL | https://chromewebstore.google.com/detail/html-copy/mkneclfoofncoidopgeiphnjnpcjelia |
Περιγραφή | Copy or Export to file the HTML of a page with options to ignore certain elements. |
Μέγεθος Αρχείου | 12.37 KB |
Αριθμός Εγκαταστάσεων | 69 |
Τρέχουσα Έκδοση | 1.0.2 |
Τελευταία Ενημέρωση | 2023-10-03 |
Ημερομηνία Δημοσίευσης | 2023-10-03 |
Αξιολόγηση | 5.00/5 Συνολικά 1 Αξιολογήσεις |
Προγραμματιστής | https://alexbobes.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Διεύθυνση URL της Σελίδας Βοήθειας | https://alexbobes.com/contact/ |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "HTML Copy", "version": "1.0.2", "description": "Copy or Export to file the HTML of a page with options to ignore certain elements.", "action": { "default_popup": "popup.html", "default_icon": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } }, "permissions": [ "activeTab", "clipboardWrite", "scripting" ], "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } } |