SERP Snippet Extractor by getindexed.io

SERP Snippet Extractor by getindexed.io

Extract Google search results with one click. SERP Snippet Extractor extracts the displayed title, description and URL from the SERP.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "version": "2.2",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "icons/logo.png",
    "default_title": "SERP Snippet Extractor by getindexed.io"
  },
  "content_scripts": [
    {
      "js": [
        "content-script.js"
      ],
      "matches": [
        "*://*/search*"
      ],
      "include_globs": [
        "*://*google.*/*"
      ],
      "run_at": "document_idle"
    }
  ],
  "description": "Extract Google search results with one click. SERP Snippet Extractor extracts the displayed title, description and URL from the SERP.",
  "homepage_url": "https://www.getindexed.io/en/serp-snippet-extractor/",
  "icons": {
    "48": "icons/logo-48.png",
    "96": "icons/logo-96.png"
  },
  "name": "SERP Snippet Extractor by getindexed.io",
  "permissions": [
    "notifications",
    "clipboardWrite"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{cf5879c7-31be-49a1-b423-2db8730f7219}"
    }
  }
}