SEO-Toolbar

Streamline your SEO workflow with our new toolbar, featuring shortcuts to Google Tools, Sistrix, Ahrefs, and more!
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "SEO-Toolbar",
  "description": "Streamline your SEO workflow with our new toolbar, featuring shortcuts to Google Tools, Sistrix, Ahrefs, and more!",
  "version": "1.0.1",
  "manifest_version": 3,
  "permissions": [
    "activeTab"
  ],
  "action": {
    "default_popup": "index.html",
    "default_title": "Open the popup"
  },
  "icons": {
    "16": "16.png",
    "32": "32.png",
    "48": "48.png",
    "128": "128.png"
  }
}