Vimium_Sheets_Select

Vimium_Sheets_Select

Adds a role=link to the <img> of templates on google docs/sheets so that they can be selected by vimium and opened as links

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Vimium_Sheets_Select",
  "version": "1.0",
  "description": "Adds a role=link to the <img> of templates on google docs/sheets so that they can be selected by vimium and opened as links",
  "icons": {
    "48": "icons/ImageSelecterLogo_48.png",
    "96": "icons/ImageSelecterLogo_96.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.google.com/*"
      ],
      "js": [
        "app.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{415bbac9-3d43-48de-a169-0fccf1c03132}"
    }
  }
}