Copy URL With Title

Copy URL With Title

The best way to copy url with title!

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "homepage_url": "https://github.com/fhefh2015/Copy-URL-With-Title",
  "name": "__MSG_extTitle__",
  "description": "__MSG_extDesc__",
  "default_locale": "en",
  "version": "1.0.3",
  "icons": {
    "16": "media/icons/icon16.png",
    "48": "media/icons/icon48.png",
    "128": "media/icons/icon128.png"
  },
  "options_page": "",
  "page_action": {
    "default_icon": {
      "38": "media/icons/icon38.png"
    },
    "default_title": "copy url with title",
    "default_popup": ""
  },
  "background": {
    "page": "background.html",
    "persistent": true
  },
  "permissions": [
    "activeTab",
    "clipboardWrite",
    "contextMenus",
    "notifications"
  ]
}