Steam inline listings
Fine tune your steam item price by looking at actual listings and not at the cluttered graph (you can switch back to graph)
Co to jest Steam inline listings?
Steam inline listings to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „Fine tune your steam item price by looking at actual listings and not at the cluttered graph (you can switch back to graph)”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Steam inline listings
Pobierz pliki rozszerzeń Steam inline listings w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Fine tune your steam item price by looking at actual listings and not at the cluttered graph of past sales (you can switch back to graph at any time)
Podstawowe informacje o rozszerzeniu
Nazwa | Steam inline listings |
ID | leljgoliocpdnnmjnpnajeiinlapifde |
Oficjalny URL | https://chromewebstore.google.com/detail/steam-inline-listings/leljgoliocpdnnmjnpnajeiinlapifde |
Opis | Fine tune your steam item price by looking at actual listings and not at the cluttered graph (you can switch back to graph) |
Rozmiar pliku | 39.79 KB |
Liczba instalacji | 69 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2014-01-27 |
Data Publikacji | 2014-01-26 |
Ocena | 1.00/5 Łącznie 3 Oceny |
Deweloper | Unknown |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Steam inline listings", "description": "Fine tune your steam item price by looking at actual listings and not at the cluttered graph (you can switch back to graph)", "version": "1.0", "permissions": [ "webRequest", "http:\/\/steamcommunity.com\/*" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "background.js" ] }, "web_accessible_resources": [ "jquery-2.0.3.min.js", "jquery-2.0.3.min.map" ], "content_scripts": [ { "matches": [ "http:\/\/steamcommunity.com\/id\/*\/inventory\/*" ], "js": [ "jquery-2.0.3.min.js", "stuff.js" ], "css": [ "style.css" ], "run_at": "document_start" } ], "manifest_version": 2 } |