SPC Firefox

Examine source code of SPC

Por: KhangND
Inspect and view changes in SPC source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "SPC",
  "description": "Inserting special characters made easy.",
  "version": "1.0.1",
  "homepage_url": "https://github.com/khang-nd/spc",
  "permissions": [
    "contextMenus",
    "activeTab"
  ],
  "icons": {
    "48": "icon.png"
  },
  "background": {
    "scripts": [
      "build/background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "build/main.css.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "build/main.css"
  ],
  "commands": {
    "open_popup": {
      "description": "Activate the extension",
      "suggested_key": {
        "default": "Alt+Period"
      }
    }
  }
}

Mejores alternativas SPC

Aquí hay algunas Firefox add-ons que son similares a SPC: