WordsAtScale Outline Extractor
WordsAtScale Outline Extractor allows to copy the H1-H2-H3 headings of each visited url.
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 allows to copy the H1-H2-H3 headings of each visited url.".
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 allows to copy the H1-H2-H3 headings of each visited url.
Basisinformatie over de Extensie
Naam | WordsAtScale Outline Extractor |
ID | lhckdlmklblgibimgkbjeplgfenjcpbn |
Officiële URL | https://chromewebstore.google.com/detail/wordsatscale-outline-extr/lhckdlmklblgibimgkbjeplgfenjcpbn |
Beschrijving | WordsAtScale Outline Extractor allows to copy the H1-H2-H3 headings of each visited url. |
Bestandsgrootte | 11.52 KB |
Aantal Installaties | 441 |
Huidige Versie | 0.0.1 |
Laatst Bijgewerkt | 2023-01-09 |
Publicatiedatum | 2023-01-08 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | WordsAtScale YT Channel |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "WordsAtScale Outline Extractor", "version": "0.0.1", "background": { "service_worker": "background.js" }, "action": { "default_title": "Click to copy h1, h2, h3" }, "icons": { "128": "icon.png" }, "permissions": [ "scripting" ], "host_permissions": [ "http:\/\/*\/", "https:\/\/*\/" ] } |