Share Url

Share Url

Adds context menu to share links with other computer(s) or with your favorite social application.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_extension_name__",
  "description": "__MSG_extension_description__",
  "version": "1.2.4",
  "permissions": [
    "contextMenus",
    "storage"
  ],
  "background": {
    "scripts": [
      "settings.js",
      "background.js"
    ],
    "persistent": true
  },
  "default_locale": "en",
  "options_page": "options.html",
  "icons": {
    "128": "icon_128.png"
  },
  "manifest_version": 2
}