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…
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 ver. 2 contains new and improved features, such as: - ability to copy H1, H2, H3 and H4 of any…".
Extension Screenshots
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 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
Extension Basic Information
Name | WordsAtScale Outline Extractor |
ID | ebohophjljpcoimkpgkjmfanikncoela |
Official URL | https://chromewebstore.google.com/detail/wordsatscale-outline-extr/ebohophjljpcoimkpgkjmfanikncoela |
Description | WordsAtScale Outline Extractor ver. 2 contains new and improved features, such as: - ability to copy H1, H2, H3 and H4 of any… |
File Size | 15.62 KB |
Installation Count | 1,433 |
Current Version | 2.0.3 |
Last Updated | 2023-01-28 |
Publish Date | 2023-01-15 |
Rating | 5.00/5 Total 4 Ratings |
Developer | WordsAtScale YT Channel |
[email protected] | |
Payment Type | free |
Extension Website | https://wordsatscale.com/tools |
Supported Languages | 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:\/\/*\/" ] } |