WordsAtScale Outline Extractor

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

Qu'est-ce que WordsAtScale Outline Extractor ?

WordsAtScale Outline Extractor est une extension Chrome développée par WordsAtScale YT Channel, et sa fonction principale est "WordsAtScale Outline Extractor allows to copy the H1-H2-H3 headings of each visited url.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension WordsAtScale Outline Extractor

Téléchargez les fichiers d'extension WordsAtScale Outline Extractor au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom WordsAtScale Outline Extractor WordsAtScale Outline Extractor
ID lhckdlmklblgibimgkbjeplgfenjcpbn
URL Officiel 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.
Taille du Fichier 11.52 KB
Nombre d'Installations 441
Version Actuelle 0.0.1
Dernière Mise à Jour 2023-01-09
Date de Publication 2023-01-08
Évaluation 5.00/5 Total 1 Évaluations
Développeur WordsAtScale YT Channel
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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:\/\/*\/"
    ]
}