WordsAtScale Outline Extractor

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…

Merlin
Additional files are visible only to premium users

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://*/"
  ]
}