Translate Buddy

Translate Buddy

Translate and save new words to learn later. Save to Anki

Additional files are visible only to premium users

manifest.json


{
  "action": {
    "default_popup": "interface.html"
  },
  "content_scripts": [
    {
      "js": [
        "content_script.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "description": "Translate and save new words to learn later. Save to Anki",
  "host_permissions": [
    "http://*/*",
    "https://*/*"
  ],
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAjW0sZTBwDMYkq2gv5RcjeQi962SVbaniH1mmNn8/43iY4HK9uPEgjRk63phNcYw/4QWF8x470UgsW3OGAGTJCl9B1YjLa4me2nqc4M+wCVVtORqw6MRDqG1z6anwdE5vnnQkqtPnFGjk9CtaWYbcOd0P0YyNgOPOozaCAmhGepUcUz3J8NetAc/latZbF+O17jH3pf5faAyHDwTOOsmoLFM0UZXuZbbCxQDqS8BdZJd9Iqzso45ypqC/4iujMijTXWFl5xHucFh0+3akFqtDh2ut8mr4QIyaY3zn7IYa+gtvbCDptKW6l4QOOeVeIlmFX1MB9+7Lx68mJA++yU8uwQIDAQAB",
  "manifest_version": 3,
  "name": "Translate Buddy",
  "permissions": [
    "storage"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.2",
  "web_accessible_resources": [
    {
      "extension_ids": [],
      "matches": [],
      "resources": [
        "popup_script.js",
        "interface.html",
        "settings.html"
      ]
    }
  ]
}