Your comments

You can change the key bindings so that Ctrl+tab and Ctrl+shift+tab works in the same way as Google Chrome.

Put this in your User keymap file. (Preferences -> Key Bindings - User)

    { "keys": ["ctrl+tab"], "command": "next_view" },
    { "keys": ["ctrl+shift+tab"], "command": "prev_view" }