Repeated Phrases Stats

Repeated Phrases Stats

The Firefox addon "Repeated Phrases Stats" is a powerful tool designed to enhance your writing experience. This innovative extension analyzes your text, providing insightful statistics on repeated phrases within a document.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Repeated Phrases Stats",
  "version": "1.0",
  "permissions": [
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "[email protected]"
    }
  }
}