WordsAtScale Outline Extractor
WordsAtScale Outline Extractor ver. 2 contains new and improved features, such as: - ability to copy H1, H2, H3 and H4 of any…
Was ist WordsAtScale Outline Extractor?
WordsAtScale Outline Extractor ist eine Chrome-Erweiterung, die von WordsAtScale YT Channel entwickelt wurde, und ihr Hauptmerkmal ist "WordsAtScale Outline Extractor ver. 2 contains new and improved features, such as: - ability to copy H1, H2, H3 and H4 of any…".
Erweiterungsscreenshots
WordsAtScale Outline Extractor-Erweiterungs-CRX-Datei herunterladen
Laden Sie WordsAtScale Outline Extractor-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
WordsAtScale Outline Extractor ver. 2 contains new and improved features, such as:
- ability to copy H1, H2, H3 and H4 of any given URL
- word count of the URL
- most used words and phrases
- target url is displayed upon copying Grundlegende Informationen zur Erweiterung
| Name | |
| ID | ebohophjljpcoimkpgkjmfanikncoela |
| Offizielle URL | https://chromewebstore.google.com/detail/wordsatscale-outline-extr/ebohophjljpcoimkpgkjmfanikncoela |
| Beschreibung | WordsAtScale Outline Extractor ver. 2 contains new and improved features, such as: - ability to copy H1, H2, H3 and H4 of any… |
| Dateigröße | 15.62 KB |
| Installationsanzahl | 1,433 |
| Aktuelle Version | 2.0.3 |
| Letztes Update | 2023-01-28 |
| Veröffentlichungsdatum | 2023-01-15 |
| Bewertung | 5.00/5 Insgesamt 4 Bewertungen |
| Entwickler | WordsAtScale YT Channel |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://wordsatscale.com/tools |
| Unterstützte Sprachen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "WordsAtScale Outline Extractor",
"version": "2.0.3",
"background": {
"service_worker": "background.js"
},
"action": {
"default_title": "Click to copy h1, h2, h3, h4",
"default_popup": "public\/index.html"
},
"icons": {
"128": "icon.png"
},
"permissions": [
"scripting",
"storage"
],
"host_permissions": [
"http:\/\/*\/",
"https:\/\/*\/"
]
} | |