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…
Hvad er WordsAtScale Outline Extractor?
WordsAtScale Outline Extractor er en Chrome-udvidelse udviklet af WordsAtScale YT Channel, og dens hovedfunktion er "WordsAtScale Outline Extractor ver. 2 contains new and improved features, such as: - ability to copy H1, H2, H3 and H4 of any…".
Udvidelsesskærmbilleder
Download WordsAtScale Outline Extractor-udvidelses-CRX-fil
Download WordsAtScale Outline Extractor-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
Navn | WordsAtScale Outline Extractor |
ID | ebohophjljpcoimkpgkjmfanikncoela |
Officiel URL | https://chromewebstore.google.com/detail/wordsatscale-outline-extr/ebohophjljpcoimkpgkjmfanikncoela |
Beskrivelse | WordsAtScale Outline Extractor ver. 2 contains new and improved features, such as: - ability to copy H1, H2, H3 and H4 of any… |
Filstørrelse | 15.62 KB |
Antal Installationer | 1,433 |
Nuværende Version | 2.0.3 |
Senest Opdateret | 2023-01-28 |
Udgivelsesdato | 2023-01-15 |
Bedømmelse | 5.00/5 Samlet 4 Bedømmelser |
Udvikler | WordsAtScale YT Channel |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://wordsatscale.com/tools |
Understøttede Sprog | 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:\/\/*\/" ] } |