WordsAtScale Outline Extractor

WordsAtScale Outline Extractor allows to copy the H1-H2-H3 headings of each visited url.

What is WordsAtScale Outline Extractor?

WordsAtScale Outline Extractor is a Chrome extension developed by WordsAtScale YT Channel, and its main feature is "WordsAtScale Outline Extractor allows to copy the H1-H2-H3 headings of each visited url.".

Extension Screenshots

screenshot

Download WordsAtScale Outline Extractor Extension CRX File

Download WordsAtScale Outline Extractor extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        WordsAtScale Outline Extractor allows to copy the H1-H2-H3 headings of each visited url.                    

Extension Basic Information

Name WordsAtScale Outline Extractor WordsAtScale Outline Extractor
ID lhckdlmklblgibimgkbjeplgfenjcpbn
Official URL https://chromewebstore.google.com/detail/wordsatscale-outline-extr/lhckdlmklblgibimgkbjeplgfenjcpbn
Description WordsAtScale Outline Extractor allows to copy the H1-H2-H3 headings of each visited url.
File Size 11.52 KB
Installation Count 441
Current Version 0.0.1
Last Updated 2023-01-09
Publish Date 2023-01-08
Rating 5.00/5 Total 1 Ratings
Developer WordsAtScale YT Channel
Email [email protected]
Payment Type free
Supported Languages 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:\/\/*\/"
    ]
}