Chromium Wheel Smooth Scroller
Mouse Wheel
Step Size

Count of pixels scroll by a tick of a wheel
Per-pixel resolution device input is scaled by 1
Smoothness(Forepart)

Brake level on forepart of a movement [0 - 100]
Smoothness

Fade level on end of a movement [1 - 100]
Acceleration Sensitivity

How much amplify step size when you flick a wheel quickly [0 - 450]
Keyboard
Step Size

Count of pixels scroll by a push of a key
Smoothness(Forepart)

Brake level on forepart of a movement [0 - 100]
Smoothness

Fade level on end of a movement [1 - 100]
Acceleration Scale

Scale factor for events caused by auto key repeat [0.05 - 4.5]
Misc
Bouncy Edge

Size of bounce (0 to disable) [0 - 120]
Logging

For debug
Black List
URLs on which you want to disable chromium wheel (* for wildcard)

Changelog
1.3.6
Fix some typos

1.3.5
Main wheel event source migrated to "wheel" from "mousewheel" for a collision problem with some extensions

1.3.3
Change phase listening keyboard events to bubbling phase
Keyboard events ignored when focused on "object" element

1.3.2
Compatibility issue raised on Chromium 25.0.1315.0

1.3.1
Fixed: Stops on old-school frameset page when one frame document url is changed from frame src attribute

1.3.0
All scrolling device is now treated as per-pixel resolution device
Improve behavior in laggy environment
iframe info from pages in blacklist is ignored

1.2.0
Per-pixel resolution device support added
Now it passes keyboard events when focusing "embed" element (Fixes keyboard problem on YouTube so far)

1.1.1
Manifest 2 support
Frames also managed by background page (Fixes frameset pages with current version of chrome)

1.0.33
Toolbar icon for quick disable (left click) and extension menu (right click)
Fix problem attempt to scroll div having a height but hidden by "overflow-y:hidden"
Improve options page layout
Fixed: Focusing Google ads of generated iframe
Default setting parameters issue

1.0.27
Fixed: A problem on zoomed out content without edge bounce
'matches' in manifest.json value is changed to 'all_urls'

1.0.26
Fixed: A problem of pages using dummy iframe

1.0.24
Fixed: Configuration data problem on initial installation.

1.0.23
Fixed: An improper way to scan “contenteditable" attribute that causes problem on GMail

1.0.21
Reject 1.0.20 changes. The fix causes another problem. Fall back to 1.0.19

1.0.20
Fixed: Mouse wheel scroll does go smooth while mouse cursor is on any area of any pages.

1.0.19
Fixed: Issue of space key on input elements such as checkboxes.

1.0.18
Fixed: A bit of fix for margin issue of bouncy edge.
Fixed: Horizontal wheel scroll events are handled properly

1.0.17
Fixed: Black List function available on Chrome 5.

1.0.16
Added: Black list for skipping to load the extension on a specific site.

1.0.15
Fixed: Malfunction on textbox that "type" is newly added one on HTML5 standard such as "search".

1.0.14
Fixed: Keys for scroll when editing on Google wave
Fixed: A bit of fix for margin issue of bouncy edge

1.0.13
Fixed: Glitch on Google Reader
Fixed: Mishandling horizontal scroll events

1.0.12
Tweaked: Wheel to opposite direction stops movement but slows movement.
Added: Cap of msecs per frame for preventing jumpy scroll.

1.0.10
Added: Charts on options page
Added: Faders on options page
Tweaked: In small scrollable area, Size of bouncy edge is limited small than its setting.
Author/Contact
Kataho ( kataho.mail@gmail.com )