Steam Hover
Show Steam app details with mouse hover on a Steam link
Vad är Steam Hover?
Steam Hover är en Chrome-tillägg utvecklad av https://skylark95.github.io, och dess huvudfunktion är "Show Steam app details with mouse hover on a Steam link".
Tilläggsskärmbilder
Ladda ner Steam Hover-förlängningens CRX-fil
Ladda ner Steam Hover-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
https://skylark95.github.io/chrome-steam-hover/ Features: - Show Steam app details when hovering over a link - Show if Owned or on Wishlist - Open Store Page from tooltip - View Full Description by scrolling in tooltip 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.
Grundläggande Information om Tillägg
Namn | Steam Hover |
ID | jfakmahmklpeigafdahkgkmnlmfjaphd |
Officiell webbadress | https://chromewebstore.google.com/detail/steam-hover/jfakmahmklpeigafdahkgkmnlmfjaphd |
Beskrivning | Show Steam app details with mouse hover on a Steam link |
Filstorlek | 71.79 KB |
Antal Installationer | 331 |
Aktuell Version | 1.1.1 |
Senast Uppdaterad | 2016-04-03 |
Publiceringsdatum | 2016-04-02 |
Betyg | 4.75/5 Totalt 4 Betyg |
Utvecklare | https://skylark95.github.io |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://skylark95.github.io/chrome-steam-hover/ |
Stödda Språk | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Steam Hover", "version": "1.1.1", "version_name": "1.1.1", "manifest_version": 2, "description": "Show Steam app details with mouse hover on a Steam link", "homepage_url": "https:\/\/skylark95.github.io\/chrome-steam-hover\/", "minimum_chrome_version": "42", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "background": { "scripts": [ "js\/vendor.min.js", "js\/background.js" ], "persistent": false }, "permissions": [ "storage", "http:\/\/store.steampowered.com\/*" ], "options_ui": { "page": "options.html", "chrome_style": true }, "content_scripts": [ { "matches": [ " |