QuickNote Flash Firefox

Examine source code of QuickNote Flash

Par : rooasai
Inspect and view changes in QuickNote Flash source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "QuickNote Flash",
  "version": "1.0",
  "description": "Capture and organize quick notes from any webpage with tags, categories, and reminders. Search, analyze, and export notes in a dusk blue-golden glow floating card interface.",
  "icons": {
    "48": "icon.png"
  },
  "permissions": [
    "storage",
    "activeTab",
    "notifications",
    "clipboardWrite",
    "<all_urls>"
  ],
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{77f6ad73-d556-4a63-bd84-9731d19eed64}"
    }
  }
}

Meilleures alternatives QuickNote Flash

Voici quelques Firefox add-ons qui sont similaires à QuickNote Flash :