Etsy Tags Extractor

Etsy Tags Extractor

Extracts tags from etsy.com

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Etsy Tags Extractor",
  "description": "Extracts tags from etsy.com",
  "version": "1.1",
  "author": "Merch Tools, Turbatu Dumitru Titus",
  "permissions": [
    "activeTab"
  ],
  "icons": {
    "16": "ekeys_16.png",
    "48": "ekeys_48.png",
    "128": "ekeys_128.png"
  },
  "browser_action": {
    "default_popup": "build/index.html"
  },
  "manifest_version": 2
}