DivMagic - Copy Style from any website

DivMagic - Copy Style from any website

Copy elements from any webpage as reusable web components. Get HTML, CSS, React, JSX or Tailwind CSS code.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "__MSG_extName__",
  "description": "__MSG_extDescription__",
  "author": "DivMagic",
  "homepage_url": "https://DivMagic.com",
  "short_name": "DivMagic",
  "version": "2.1.15",
  "action": {
    "default_popup": "popup.html",
    "default_icon": "icon-48.png",
    "default_title": "DivMagic"
  },
  "background": {
    "service_worker": "background.bundle.js"
  },
  "devtools_page": "devtools.html",
  "options_page": "options.html",
  "incognito": "split",
  "icons": {
    "16": "icon-16.png",
    "32": "icon-32.png",
    "48": "icon-48.png",
    "128": "icon-128.png"
  },
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "default": "Ctrl+Shift+X",
        "mac": "Command+Shift+X"
      }
    }
  },
  "permissions": [
    "scripting",
    "activeTab",
    "storage",
    "contextMenus"
  ],
  "optional_host_permissions": [
    "https://*/*",
    "http://*/*"
  ],
  "default_locale": "en"
}