1 Click Copy Title + URL

1 Click Copy Title + URL

This extentions able to copy a title and URL of current tab with specified format by 1 click

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "1 Click Copy Title + URL",
  "description": "This extentions able to copy a title and URL of current tab with specified format by 1 click",
  "version": "1.0",
  "browser_action": {
    "default_icon": "icon32.png",
    "default_title": "1 Click Copy Title + URL"
  },
  "icons": {
    "16": "icon16.png",
    "32": "icon32.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "background": {
    "page": "background.html"
  },
  "permissions": [
    "activeTab",
    "clipboardRead",
    "clipboardWrite"
  ],
  "options_page": "options.html",
  "manifest_version": 2
}