Copy as Plain Text

Copy as Plain Text

An quickly way to copy any data as plain text.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'",
  "name": "__MSG_AppName__",
  "description": "__MSG_AppDesc__",
  "version": "1.0.1",
  "manifest_version": 2,
  "default_locale": "en",
  "permissions": [
    "contextMenus"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "browser_style": true,
    "theme_icons": [
      {
        "light": "icon/16.png",
        "size": 16
      },
      {
        "light": "icon/32.png",
        "size": 32
      },
      {
        "light": "icon/48.png",
        "size": 48
      },
      {
        "light": "icon/64.png",
        "size": 64
      }
    ]
  },
  "background": {
    "persistent": false,
    "scripts": [
      "background.js",
      "/js/update-conf.js",
      "/js/update.js"
    ]
  },
  "homepage_url": "https://copy-plaintext.freefinancetools.net",
  "icons": {
    "16": "icons/16.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "container": [
    "GOOGLE_DRIVE"
  ],
  "offline_enabled": true,
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}