OddSpace

OddSpace

OddSpace remove trailing whitespace from the selected word when you make double click select.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "OddSpace",
  "version": "1.5.8",
  "description": "__MSG_application_description__",
  "author": "zlobolet",
  "default_locale": "en",
  "short_name": "OddSpace",
  "icons": {
    "32": "icon32.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "oddspace.js"
      ],
      "all_frames": true,
      "run_at": "document_end"
    }
  ],
  "homepage_url": "http://zlobolet.com/oddspace",
  "browser_action": {
    "default_title": "OddSpace"
  }
}