Google Docs/Sheets/Slides Image Download/Zoom Firefox

Examine source code of Google Docs/Sheets/Slides Image Download/Zoom

提供元: Younes Barrad
Inspect and view changes in Google Docs/Sheets/Slides Image Download/Zoom source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Google Docs Image Zoom",
  "version": "1.7.6",
  "description": "Docs Image Zoom is a Chrome extension that enables image zoom in Google Docs",
  "action": {
    "default_icon": "./assets/icon128.png",
    "default_popup": "./dist/popup/index.html"
  },
  "options_ui": {
    "page": "./dist/options/index.html",
    "open_in_tab": true
  },
  "background": {
    "scripts": [
      "dist/background/index.mjs"
    ],
    "type": "module"
  },
  "icons": {
    "16": "./assets/icon16.png",
    "48": "./assets/icon48.png",
    "128": "./assets/icon128.png"
  },
  "permissions": [],
  "content_scripts": [
    {
      "matches": [
        "https://*.docs.google.com/*"
      ],
      "js": [
        "dist/contentScripts/index.global.js"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "dist/contentScripts/style.css"
      ],
      "matches": [
        "https://*.docs.google.com/*"
      ]
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{b0c1ab84-61f5-4959-b706-f7131e016854}"
    }
  }
}

ベストのGoogle Docs/Sheets/Slides Image Download/Zoom代替案

Google Docs/Sheets/Slides Image Download/Zoomに類似したFirefox add-onをいくつか紹介します: