Binary Reading

Binary Reading

Bolds the first half of any word in the source HTML of the webpage you are currently viewing

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Binary Reading",
  "version": "0.1",
  "description": "Bolds the first half of any word in the source HTML of the webpage you are currently viewing",
  "icons": {
    "128": "binary-reading-logo.png"
  },
  "action": {
    "default_popup": "popup.html"
  },
  "permissions": [
    "scripting"
  ],
  "host_permissions": [
    "http://*/*",
    "https://*/*"
  ]
}