Text Scrapper

Text Scrapper

This extension can download text from a web page go to the website and click on extension and voila text file is downloaded

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Text Scrapper",
  "version": "0.1.1",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "activeTab"
  ],
  "browser_action": {}
}