Quick Outlook Access (custom outlook icon) Firefox

Examine source code of Quick Outlook Access (custom outlook icon)

提供元: Dan
Inspect and view changes in Quick Outlook Access (custom outlook icon) source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Quick Outlook Access",
  "version": "2.0",
  "description": "Opens Outlook.live.com in a new tab and automatically toggles the ribbon view 100ms after the main content loads.",
  "permissions": [
    "tabs",
    "https://outlook.live.com/mail/*"
  ],
  "browser_action": {
    "default_icon": "outlook-type icon.png",
    "default_title": "Open Outlook"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://outlook.live.com/mail/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      },
      "id": "{85c5fbc1-b4be-48ee-8b75-e768dbdae33f}"
    }
  }
}

ベストのQuick Outlook Access (custom outlook icon)代替案

Quick Outlook Access (custom outlook icon)に類似したFirefox add-onをいくつか紹介します: