Mori Notes - Notes & Bookmarks Firefox

Examine source code of Mori Notes - Notes & Bookmarks

제작자: Mori Bùi Add-on
Inspect and view changes in Mori Notes - Notes & Bookmarks source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "__MSG_appName__",
  "version": "1.6.0",
  "default_locale": "vi",
  "description": "__MSG_appDesc__",
  "permissions": [
    "storage",
    "scripting",
    "tabs",
    "activeTab",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "crypto.js",
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "crypto.js",
        "content.js"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "crypto.js",
        "bookmark-content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "options_page": "bookmark.html",
  "options_ui": {
    "page": "bookmark.html",
    "open_in_tab": true
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "32": "icons/icon32.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "incognito": "spanning",
  "content_security_policy": "script-src 'self'; object-src 'self'; style-src 'self' 'unsafe-inline'; font-src 'self' https://fonts.gstatic.com;",
  "browser_specific_settings": {
    "gecko": {
      "id": "note-fire@extension",
      "strict_min_version": "126.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

최고의 Mori Notes - Notes & Bookmarks 대안

다음은 Mori Notes - Notes & Bookmarks과(와) 유사한 Firefox add-on입니다: