Text to Binary Converter

Text to Binary Converter

Easily convert text to binary code with the Text to Binary Converter extension. This user-friendly tool allows you to effortlessly…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Text to Binary Converter",
  "version": "1.0",
  "permissions": [
    "clipboardWrite"
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icon16.png",
      "48": "icon48.png",
      "128": "icon128.png"
    }
  }
}