PowerNotes Research Firefox

Examine source code of PowerNotes Research

Inspect and view changes in PowerNotes Research source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "browser_specific_settings": {
    "gecko": {
      "id": "{baa58587-9d87-4c43-be37-17e2aa5d77c4}",
      "strict_min_version": "58.0"
    }
  },
  "name": "PowerNotes Research",
  "description": "PowerNotes is a productivity tool that allows you to gather, organize, and track internet research easily and efficiently.",
  "version": "0.85.18",
  "browser_action": {
    "default_icon": "img/icon-19.png",
    "default_popup": "popup.html",
    "default_title": "PowerNotes Research"
  },
  "background": {
    "page": "background.html"
  },
  "commands": {
    "toggle-sidebar": {
      "suggested_key": {
        "default": "F9"
      },
      "description": "Toggle sidebar"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*",
        "ftp://*/*",
        "file://*/*"
      ],
      "run_at": "document_start",
      "js": [
        "js/common.js",
        "js/ContentScript.js"
      ],
      "all_frames": true,
      "match_about_blank": true
    },
    {
      "matches": [
        "http://*/*",
        "https://*/*",
        "ftp://*/*",
        "file://*/*"
      ],
      "run_at": "document_start",
      "js": [
        "js/Sidebar.js"
      ],
      "match_about_blank": true
    }
  ],
  "options_ui": {
    "browser_style": false,
    "open_in_tab": true,
    "page": "settings.html"
  },
  "permissions": [
    "tabs",
    "storage",
    "https://*/",
    "http://*/",
    "activeTab",
    "webRequest",
    "webRequestBlocking",
    "<all_urls>",
    "webNavigation",
    "clipboardWrite",
    "contextMenus"
  ],
  "web_accessible_resources": [
    "css/*.*",
    "fonts/*.*",
    "img/*.*",
    "content/web/viewer.html",
    "http:/*",
    "https:/*",
    "ftp:/*",
    "file:/*",
    "moz-extension:/*",
    "blob:*",
    "data:*",
    "filesystem:/*",
    "drive:*",
    "js/WebComponents.js",
    "sidebar.html"
  ],
  "icons": {
    "16": "img/icon-16.png",
    "48": "img/icon-48.png",
    "128": "img/icon-128.png"
  },
  "content_security_policy": "script-src 'self'; object-src 'self'"
}

Best PowerNotes Research Alternatives

Here are some Firefox add-ons that are similar to PowerNotes Research: