Text Saver

Text Saver

Using notepad to save your stuff when browsing? Well, now, you can save your texts when using Google Chrome!

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 Saver",
  "description": "Using notepad to save your stuff when browsing? Well, now, you can save your texts when using Google Chrome!",
  "version": "2.4",
  "icons": {
    "16": "/images/16.png",
    "48": "/images/48.png",
    "128": "/images/128.png"
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "Text Saver"
  },
  "background": {
    "page": "popup.html"
  }
}