Steam Hover Version 1.1

Show Steam app details with mouse hover on a Steam link.

Steam Hover on Chrome Web Store

Features

Show Steam app details when hovering over a link

Simply hover your mouse over a link to view the following details:

Show if Owned or on Wishlist New in Version 1.1

Change the title color if game is owned or on wishlist

Open Store Page

Click on the app title to open a new tab to the store page.

View Full Description

The full description is displayed in the tooltip. Scroll your mouse wheel anywhere in the tooltip to view long descriptions that do not fit.

Options

Change Default Currency

The default currency is US Dollar. To change the currency displayed, navigate to the Chrome extensions page (chrome://extensions) and select the options link under Chrome Steam Hover.

Change Owned or Wishlist Color

The default colors for owned and wishlist title color are shades of green and and blue. The colors may be changed by clicking on the assigned color in options to pick a new color.

Note that you must be signed into Steam for the title to change color.

Contributing

Pull requests are welcome.

To build, checkout the repository and run npm install. Upon completion the extension will output to the ./dist directory. To run in chrome, follow the instructions on the Chrome Developer Guide to load the extension.

To make changes, modify files in src and run gulp build to output the modified files to the ./dist output directory. Changes may be synced to the output directory in real time by running gulp watch.

License


This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.