CapAlert Firefox

Examine source code of CapAlert

提供元: ZParedes
Inspect and view changes in CapAlert source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "CapAlert",
  "version": "0.1",
  "manifest_version": 2,
  "description": "Notify user when user type series of capital letters",
  "homepage_url": "https://www.capalert.us/",
  "icons": {
    "16": "icons/icon.png",
    "48": "icons/icon.png",
    "128": "icons/icon.png"
  },
  "default_locale": "en",
  "browser_action": {
    "default_icon": "icons/icon.png",
    "default_title": "page action demo",
    "default_popup": "page_action.html"
  },
  "background": {
    "scripts": [
      "src/bg/background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "css": [
        "src/inject/inject.css"
      ]
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "src/inject/inject.js"
      ]
    }
  ],
  "permissions": [
    "storage"
  ]
}

ベストのCapAlert代替案

CapAlertに類似したFirefox add-onをいくつか紹介します: