Cloud Document Converter Firefox

Examine source code of Cloud Document Converter

Inspect and view changes in Cloud Document Converter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Cloud Document Converter",
  "description": "Convert lark cloud documents to markdown",
  "icons": {
    "16": "images/icon-16.png",
    "32": "images/icon-32.png",
    "48": "images/icon-48.png",
    "128": "images/icon-128.png"
  },
  "action": {
    "default_popup": "pages/popup.html",
    "default_icon": {
      "16": "images/icon-16.png",
      "32": "images/icon-32.png",
      "48": "images/icon-48.png",
      "128": "images/icon-128.png"
    }
  },
  "options_page": "pages/options.html",
  "permissions": [
    "contextMenus",
    "scripting",
    "storage"
  ],
  "host_permissions": [
    "https://*.feishu.cn/*",
    "https://*.feishu.net/*",
    "https://*.larksuite.com/*",
    "https://*.feishu-pre.net/*",
    "https://*.larkoffice.com/*",
    "https://*.larkenterprise.com/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://*.feishu.cn/*",
        "https://*.feishu.net/*",
        "https://*.larksuite.com/*",
        "https://*.feishu-pre.net/*",
        "https://*.larkoffice.com/*",
        "https://*.larkenterprise.com/*"
      ],
      "js": [
        "bundles/content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "background": {
    "scripts": [
      "bundles/background.js"
    ],
    "type": "module"
  },
  "default_locale": "en",
  "browser_specific_settings": {
    "gecko": {
      "id": "whale.4113@gmail.com"
    }
  },
  "version": "1.11.0"
}

Best Cloud Document Converter Alternatives

Here are some Firefox add-ons that are similar to Cloud Document Converter: