HEX – Heading extractor
Simply extract and copy all h2 and h3 headings from the current tab.
Τι είναι το HEX – Heading extractor;
Το HEX – Heading extractor είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον flgzn, και η κύρια λειτουργία του είναι "Simply extract and copy all h2 and h3 headings from the current tab.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης HEX – Heading extractor
Λήψη αρχείων επέκτασης HEX – Heading extractor σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
With HEX you no longer need to copy & paste headings while doing SEO research. Extract all h2 and h3 headings from the current tab and copy to clipboard with just one click. Βασικές Πληροφορίες Επέκτασης
| Όνομα | |
| ID | foonnjgdldfnhfplmfnmpooccafkglkl |
| Επίσημο URL | https://chromewebstore.google.com/detail/hex-%E2%80%93-heading-extractor/foonnjgdldfnhfplmfnmpooccafkglkl |
| Περιγραφή | Simply extract and copy all h2 and h3 headings from the current tab. |
| Μέγεθος Αρχείου | 22.78 KB |
| Αριθμός Εγκαταστάσεων | 429 |
| Τρέχουσα Έκδοση | 1.0.1 |
| Τελευταία Ενημέρωση | 2023-01-27 |
| Ημερομηνία Δημοσίευσης | 2023-01-23 |
| Αξιολόγηση | 5.00/5 Συνολικά 2 Αξιολογήσεις |
| Προγραμματιστής | flgzn |
| Ηλεκτρονικό ταχυδρομείο | [email protected] |
| Τύπος Πληρωμής | free |
| Υποστηριζόμενες Γλώσσες | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "HEX \u2013 Heading extractor",
"version": "1.0.1",
"description": "Simply extract and copy all h2 and h3 headings from the current tab.",
"manifest_version": 3,
"author": "Florian Goertzen",
"action": {
"default_popup": "popup.html",
"default_title": "Heading extractor (h2, h3)"
},
"icons": {
"16": "heading-extractor-16.png",
"48": "heading-extractor-48.png",
"128": "heading-extractor-128.png"
},
"permissions": [
"activeTab",
"scripting",
"clipboardWrite"
]
} | |