Gmail URL Paste Firefox

Examine source code of Gmail URL Paste

제작자: Daniel Wirtz Add-on
Inspect and view changes in Gmail URL Paste source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Gmail URL Paste",
  "description": "Automatically convert selected text to hyperlinks when pasting URLs in Gmail and Google Calendar. This extension is open source and collects no data. Source code: https://github.com/wirtzdan/gmail-url-paste",
  "version": "0.1.0",
  "icons": {
    "16": "icons/16.png",
    "32": "icons/32.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "@gmail-url-paste",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "content_scripts": [
    {
      "matches": [
        "*://calendar.google.com/*",
        "*://mail.google.com/*"
      ],
      "all_frames": true,
      "run_at": "document_idle",
      "js": [
        "content-scripts/content.js"
      ]
    }
  ]
}

최고의 Gmail URL Paste 대안

다음은 Gmail URL Paste과(와) 유사한 Firefox add-on입니다: