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…

Co to jest WordsAtScale Outline Extractor?

WordsAtScale Outline Extractor to rozszerzenie Chrome opracowane przez WordsAtScale YT Channel, a jego główną funkcją jest „WordsAtScale Outline Extractor ver. 2 contains new and improved features, such as: - ability to copy H1, H2, H3 and H4 of any…”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia WordsAtScale Outline Extractor

Pobierz pliki rozszerzeń WordsAtScale Outline Extractor w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa WordsAtScale Outline Extractor WordsAtScale Outline Extractor
ID ebohophjljpcoimkpgkjmfanikncoela
Oficjalny URL https://chromewebstore.google.com/detail/wordsatscale-outline-extr/ebohophjljpcoimkpgkjmfanikncoela
Opis WordsAtScale Outline Extractor ver. 2 contains new and improved features, such as: - ability to copy H1, H2, H3 and H4 of any…
Rozmiar pliku 15.62 KB
Liczba instalacji 1,433
Aktualna Wersja 2.0.3
Ostatnia Aktualizacja 2023-01-28
Data Publikacji 2023-01-15
Ocena 5.00/5 Łącznie 4 Oceny
Deweloper WordsAtScale YT Channel
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://wordsatscale.com/tools
Obsługiwane Języki 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:\/\/*\/"
    ]
}