textfocus SEO & Semantic

textfocus SEO & Semantic

Analyze the SEO and semantic performance of a web page. Find out which keywords your page is optimized for, and which semantically close expressions you could use to make your content more relevant. See your results on https://www.textfocus.net

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "textfocus SEO & Semantic",
  "short_name": "textfocus",
  "version": "1.1resigned1",
  "description": "Launch a semantic analysis of the current tab",
  "browser_action": {
    "default_icon": "dist/img/logo32.png",
    "default_title": "Launch a semantic analysis"
  },
  "permissions": [
    "activeTab",
    "tabs"
  ],
  "background": {
    "scripts": [
      "dist/js/tf.js"
    ]
  },
  "manifest_version": 2,
  "browser_specific_settings": {
    "gecko": {
      "id": "{e57557c5-8cd6-45fa-9821-48fcbc79e387}"
    }
  }
}