PinDrop Firefox

Examine source code of PinDrop

提供元: Justin Carver
Inspect and view changes in PinDrop source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "PinDrop",
  "version": "1.0.1",
  "description": "Conveniently save content from the Internet, to your snippets vault at Best Homepage Ever.",
  "browser_specific_settings": {
    "gecko": {
      "id": "pindrop@besthomepageever.com",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": []
      }
    }
  },
  "permissions": [
    "contextMenus",
    "tabs",
    "activeTab",
    "storage",
    "notifications",
    "https://api.besthomepageever.com/*",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "lib/Readability.js",
        "contentScript.js"
      ],
      "run_at": "document_idle"
    },
    {
      "matches": [
        "https://besthomepageever.com/*",
        "https://*.besthomepageever.com/*"
      ],
      "js": [
        "auth.js"
      ],
      "run_at": "document_start"
    }
  ],
  "browser_action": {
    "default_popup": "popup/popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "web_accessible_resources": [
    "icons/*"
  ]
}

ベストのPinDrop代替案

PinDropに類似したFirefox add-onをいくつか紹介します: