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…
Wat is WordsAtScale Outline Extractor?
WordsAtScale Outline Extractor is een Chrome-extensie ontwikkeld door WordsAtScale YT Channel, en de belangrijkste functie is "WordsAtScale Outline Extractor ver. 2 contains new and improved features, such as: - ability to copy H1, H2, H3 and H4 of any…".
Extensie Screenshots
Download het CRX-bestand van de extensie WordsAtScale Outline Extractor
Download WordsAtScale Outline Extractor-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 Basisinformatie over de Extensie
| Naam | |
| ID | ebohophjljpcoimkpgkjmfanikncoela |
| Officiële URL | https://chromewebstore.google.com/detail/wordsatscale-outline-extr/ebohophjljpcoimkpgkjmfanikncoela |
| Beschrijving | WordsAtScale Outline Extractor ver. 2 contains new and improved features, such as: - ability to copy H1, H2, H3 and H4 of any… |
| Bestandsgrootte | 15.62 KB |
| Aantal Installaties | 1,433 |
| Huidige Versie | 2.0.3 |
| Laatst Bijgewerkt | 2023-01-28 |
| Publicatiedatum | 2023-01-15 |
| Beoordeling | 5.00/5 Totaal 4 Beoordelingen |
| Ontwikkelaar | WordsAtScale YT Channel |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://wordsatscale.com/tools |
| Ondersteunde Talen | 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:\/\/*\/"
]
} | |