Share Link

Share Link

Share link to your social apps like Facebook, Tweeter, Email and orthers by only one click.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Share Link",
  "description": "Share link to your social apps like Facebook, Tweeter, Email and orthers by only one click.",
  "version": "0.1",
  "icons": {
    "16": "icon16.png",
    "128": "icon128.png"
  },
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "index.html"
  },
  "permissions": [
    "http://www.jabue.com/sharelink/share.html",
    "tabs"
  ],
  "manifest_version": 2
}