Open Image In New Tab

Open Image In New Tab

Opens inline images in new tabs to view them full-size without zooming the document. Requires pop-ups enabled on Google Docs.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "container": [
    "GOOGLE_DOCUMENT",
    "DOMAIN_INSTALLABLE"
  ],
  "app": {
    "background": {
      "scripts": [
        "background.js"
      ]
    }
  },
  "api_console_project_id": "608647310743",
  "container_info": {
    "post_install_tip": "Enable pop-ups in Google Docs, then select an inline image and choose \"Add-ons\", \"Open Image In New Tab\", \"Open\"",
    "container_id": "Meh6O2P0O1Hv0F_vOYy0By2IZvkK2cN4n",
    "container_version": "7"
  },
  "manifest_version": 2,
  "name": "Open Image In New Tab",
  "description": "Opens inline images in new tabs to view them full-size without zooming the document. Requires pop-ups enabled on Google Docs.",
  "icons": {
    "16": "script-icon_16.png",
    "128": "script-icon_128.png"
  },
  "version": "7"
}