Crop That Link Please Url Shortener

Crop That Link Please Url Shortener

Crops the link of the current tab

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "name": "Crop That Link Please Url Shortener",
  "description": "Crops the link of the current tab",
  "version": "1.1",
  "permissions": [
    "tabs",
    "clipboardWrite",
    "http://api.ctlp.co/createLink.php"
  ],
  "manifest_version": 2,
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "icon16.png"
  }
}