Html Scan

Html Scan

Scan and copy text, html markup on any websites

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Html Scan",
  "short_name": "Html Scan",
  "version": "0.5.1",
  "description": "Scan and copy text, html markup on any websites ",
  "permissions": [
    "activeTab"
  ],
  "background": {
    "page": "ss.html"
  },
  "icons": {
    "16": "images/16x16-logo.png",
    "48": "images/48x48-icon.png",
    "128": "images/128x128-icon.png"
  },
  "homepage_url": "https://reactgo.com",
  "browser_action": {
    "default_icon": "images/16x16-logo.png",
    "default_title": "Html Scan"
  },
  "manifest_version": 2,
  "content_security_policy": "script-src 'self' https://ajax.googleapis.com; object-src 'self'"
}