Url Space Stripper

Url Space Stripper

Type 'eotl' and a space and then paste a url to strip out any spaces in a pasted url so chrome won't replace them with %20

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Url Space Stripper",
  "description": "Type 'eotl' and a space and then paste a url to strip out any spaces in a pasted url so chrome won't replace them with %20",
  "version": "1.3",
  "omnibox": {
    "keyword": "eotl"
  },
  "background": {
    "scripts": [
      "script.js"
    ]
  }
}