Cloud File Viewer Firefox

Examine source code of Cloud File Viewer

Inspect and view changes in Cloud File Viewer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Cloud File Viewer",
  "version": "1.0.2",
  "description": "Chrome extension that streamlines file viewing for Google Cloud Storage with easy-to-use features like pagination and search.",
  "browser_specific_settings": {
    "gecko": {
      "id": "{89363901-4027-56e0-8c79-59b8f5d697af}",
      "strict_min_version": "113.0"
    }
  },
  "permissions": [
    "scripting",
    "storage",
    "tabs"
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'; img-src 'self'; style-src 'self' https://fonts.googleapis.com;"
  },
  "host_permissions": [
    "https://*.console.cloud.google.com/*",
    "https://*.storage.cloud.google.com/*",
    "https://*.cdnjs.cloudflare.com/*",
    "https://*.googleusercontent.com/*"
  ],
  "icons": {
    "16": "assets/icon16.png",
    "32": "assets/icon32.png",
    "48": "assets/icon48.png",
    "128": "assets/icon128.png"
  },
  "background": {
    "scripts": [
      "js/constant.js",
      "js/data_processing.js",
      "js/utils.js",
      "js/background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.console.cloud.google.com/*"
      ],
      "js": [
        "js/content.js"
      ],
      "css": [
        "css/modal.css",
        "css/loading_spinner.css",
        "css/tooltip.css"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "html/modal.html"
      ],
      "matches": [
        "https://*.console.cloud.google.com/*"
      ]
    }
  ],
  "action": {
    "default_icon": {
      "16": "assets/icon16.png",
      "32": "assets/icon32.png",
      "48": "assets/icon48.png",
      "128": "assets/icon128.png"
    },
    "default_title": "Cloud File Viewer",
    "default_popup": "html/popup.html"
  },
  "manifest_version": 3
}

Meilleures alternatives Cloud File Viewer

Voici quelques Firefox add-ons qui sont similaires à Cloud File Viewer :