six

six

Translate a selected DNA/RNA sequence in six reading frames

Merlin
Additional files are visible only to premium users

manifest.json


{
  "browser_action": {
    "default_icon": "six19_lc.png",
    "default_popup": "popup.html",
    "default_title": "six"
  },
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "Translate a selected DNA/RNA sequence in six reading frames",
  "name": "six",
  "permissions": [
    "tabs",
    "<all_urls>"
  ],
  "icons": {
    "16": "six16_lc.png",
    "19": "six19_lc.png",
    "48": "six48_lc.png",
    "128": "six128_lc.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "all_frames": true,
      "js": [
        "selection.js"
      ],
      "run_at": "document_start"
    }
  ],
  "manifest_version": 2,
  "version": "0.0.0.2"
}