Quick Prompts Firefox

Examine source code of Quick Prompts

제작자: AA Technologies Add-on
Inspect and view changes in Quick Prompts source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Quick Prompts",
  "version": "2.0.2",
  "description": "Manage and quickly insert text prompts",
  "icons": {
    "16": "icon16.png",
    "32": "icon32.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "permissions": [
    "storage",
    "activeTab",
    "scripting",
    "clipboardRead",
    "clipboardWrite",
    "contextMenus"
  ],
  "action": {
    "default_popup": "index.html",
    "default_icon": {
      "16": "icon16.png",
      "32": "icon32.png",
      "48": "icon48.png",
      "128": "icon128.png"
    }
  },
  "background": {
    "service_worker": "background.js",
    "scripts": [
      "background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "quickprompts@pinkypenguin.addons",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
  },
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "default": "Ctrl+Shift+1"
      },
      "description": "Open Quick Prompts popup"
    },
    "replace_prompts": {
      "suggested_key": {
        "default": "Alt+Q"
      },
      "description": "Replace prompts in current text field"
    }
  }
}

최고의 Quick Prompts 대안

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