Hyperlink5 Add a Link

Hyperlink5 Add a Link

Save links from the current browser page to your Hyperlink5 homepage. FREE Account and Login to Hyperlink5 is required.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Hyperlink5 Add a Link",
  "version": "0.74",
  "description": "Save links from the current browser page to your Hyperlink5 homepage. FREE Account and Login to Hyperlink5 is required.",
  "options_page": "options.html",
  "browser_action": {
    "default_icon": "hyperlink5_thumb_19.png",
    "default_title": "Hyperlink5",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "hyperlink5_thumb_16.png",
    "48": "hyperlink5_thumb_48.png",
    "128": "hyperlink5_thumb_128.png"
  },
  "permissions": [
    "tabs",
    "bookmarks",
    "http://www.hyperlink5.com/"
  ]
}