CometNotes PRO Firefox

Examine source code of CometNotes PRO

제작자: NewComet
Inspect and view changes in CometNotes PRO source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "CometNotes PRO",
  "version": "6.51",
  "icons": {
    "16": "icon.png",
    "48": "icon.png",
    "128": "icon.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "cometnotes@yourdomain.com",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "externally_connectable": {
    "matches": [
      "https://cometnotes-studio.pages.dev/"
    ]
  },
  "permissions": [
    "sidePanel",
    "storage",
    "alarms",
    "notifications"
  ],
  "host_permissions": [
    "https://generativelanguage.googleapis.com/*",
    "https://jsonblob.com/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "service_worker": "background.js"
  },
  "side_panel": {
    "default_path": "sidepanel.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "bubble.css"
      ]
    }
  ]
}

최고의 CometNotes PRO 대안

다음은 CometNotes PRO과(와) 유사한 Firefox add-on입니다: