Pruuf Firefox

Examine source code of Pruuf

Par : Pruuf
Inspect and view changes in Pruuf source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Pruuf",
  "description": "This extension shows spelling and grammar proofing results for Malay, English and Chinese language.",
  "version": "1.35",
  "icons": {
    "16": "icon.png",
    "48": "icon.png",
    "128": "icon.png"
  },
  "applications": {
    "gecko": {
      "id": "pruuf@getpruuf.com"
    }
  },
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html",
    "default_title": "Check your language with Pruuf"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*",
        "file:///*"
      ],
      "js": [
        "content.js"
      ],
      "all_frames": true,
      "run_at": "document_end"
    }
  ],
  "permissions": [
    "activeTab",
    "http://*/",
    "https://*/"
  ]
}

Meilleures alternatives Pruuf

Voici quelques Firefox add-ons qui sont similaires à Pruuf :