Easy Link Saver

Easy Link Saver

The easiest way to store and retrieve your frequently used links!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Easy Link Saver",
  "version": "1.3",
  "author": "Jean Paul - ActionPHP.com",
  "description": "The easiest way to store and retrieve your frequently used links!",
  "icons": {
    "512": "icon.png"
  },
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  }
}