Header Tags Copier
Copy all header tags (h1-h6) to clipboard
Τι είναι το Header Tags Copier;
Το Header Tags Copier είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://ac2a.com, και η κύρια λειτουργία του είναι "Copy all header tags (h1-h6) to clipboard".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Header Tags Copier
Λήψη αρχείων επέκτασης Header Tags Copier σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Header Tags Copier is a convenient Chrome add-on designed to quickly and effortlessly copy all header tags (h1 to h6) from any webpage you visit. With a simple click of the extension's icon, the add-on extracts header tags along with their respective types (e.g., H1, H2, etc.) and copies them to your clipboard. A notification confirms the successful completion of the process, allowing you to easily paste the copied headers into a text document for further reference or analysis. This user-friendly tool is perfect for content creators, researchers, or anyone who frequently works with web content and wants to streamline their workflow. Βασικές Πληροφορίες Επέκτασης
| Όνομα | |
| ID | lghgclalgmdpglinjojjddmlmhlfjaif |
| Επίσημο URL | https://chromewebstore.google.com/detail/header-tags-copier/lghgclalgmdpglinjojjddmlmhlfjaif |
| Περιγραφή | Copy all header tags (h1-h6) to clipboard |
| Μέγεθος Αρχείου | 4.6 KB |
| Αριθμός Εγκαταστάσεων | 68 |
| Τρέχουσα Έκδοση | 1.9 |
| Τελευταία Ενημέρωση | 2023-03-30 |
| Ημερομηνία Δημοσίευσης | 2023-03-28 |
| Προγραμματιστής | https://ac2a.com |
| Ηλεκτρονικό ταχυδρομείο | [email protected] |
| Τύπος Πληρωμής | free |
| Διεύθυνση URL της Σελίδας Βοήθειας | https://www.ac2a.com/contact-me/ |
| URL της Σελίδας Πολιτικής Απορρήτου | https://www.ac2a.com/privacy-policy |
| Υποστηριζόμενες Γλώσσες | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Header Tags Copier",
"version": "1.9",
"description": "Copy all header tags (h1-h6) to clipboard",
"icons": {
"48": "icon.png"
},
"permissions": [
"activeTab",
"clipboardWrite",
"notifications"
],
"action": {
"default_icon": "icon.png"
},
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
" | |