Digital Contents Library Tool Firefox

Examine source code of Digital Contents Library Tool

By: yoonsh
Inspect and view changes in Digital Contents Library Tool source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Digital Contents Library Tool",
  "version": "1.1.7.1",
  "description": "사용자가 지정한 API와 규칙을 통해 디지털 콘텐츠 정보를 수집하고 관리할 수 있도록 도와주는 도구입니다.",
  "permissions": [
    "storage",
    "unlimitedStorage",
    "contextMenus",
    "notifications",
    "declarativeNetRequest"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "type": "module"
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "images/icon16.png",
      "48": "images/icon48.png",
      "128": "images/icon128.png"
    }
  },
  "icons": {
    "16": "images/icon16.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "styles.css"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "images/*.png"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "commands": {
    "trigger-highlight": {
      "suggested_key": {
        "default": "Ctrl+A",
        "mac": "Command+Shift+Y"
      },
      "description": "Toggle Highlight"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "digital-contents-library-tool@github.io",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Digital Contents Library Tool Alternatives

Here are some Firefox add-ons that are similar to Digital Contents Library Tool: