Reddit Scrolls Hover Scroll
This extension searches through the page on reddit.com/r/Scrolls for scroll names and creates an image of the scroll on hover.
Was ist Reddit Scrolls Hover Scroll?
Reddit Scrolls Hover Scroll ist eine Chrome-Erweiterung, die von Unknown entwickelt wurde, und ihr Hauptmerkmal ist "This extension searches through the page on reddit.com/r/Scrolls for scroll names and creates an image of the scroll on hover.".
Erweiterungsscreenshots
Reddit Scrolls Hover Scroll-Erweiterungs-CRX-Datei herunterladen
Laden Sie Reddit Scrolls Hover Scroll-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
This extension will look through the subreddits /r/Scrolls and /r/ScrollsTrading and replace any iteration of a card name with a hoverable link. When hovered an image of the scroll will appear. It makes use of the api from scrolldier.com.
Grundlegende Informationen zur Erweiterung
Name | Reddit Scrolls Hover Scroll |
ID | bcodpcpfhhhngkpcejdipfhpofdkiogo |
Offizielle URL | https://chromewebstore.google.com/detail/reddit-scrolls-hover-scro/bcodpcpfhhhngkpcejdipfhpofdkiogo |
Beschreibung | This extension searches through the page on reddit.com/r/Scrolls for scroll names and creates an image of the scroll on hover. |
Dateigröße | 73.49 KB |
Installationsanzahl | 19 |
Aktuelle Version | 1.0 |
Letztes Update | 2014-12-31 |
Veröffentlichungsdatum | 2014-12-31 |
Bewertung | 5.00/5 Insgesamt 3 Bewertungen |
Entwickler | Unknown |
Zahlungsart | free |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Reddit Scrolls Hover Scroll", "description": "This extension searches through the page on reddit.com\/r\/Scrolls for scroll names and creates an image of the scroll on hover.", "version": "1.0", "permissions": [ "http:\/\/www.reddit.com\/*", "http:\/\/api.scrolldier.com\/*" ], "content_scripts": [ { "matches": [ "*:\/\/www.reddit.com\/r\/scrolls\/*", "*:\/\/www.reddit.com\/r\/Scrolls\/*", "*:\/\/*.reddit.com\/r\/scrollstrading\/*", "*:\/\/*.reddit.com\/r\/ScrollsTrading\/*" ], "js": [ "jquery.js", "cs.js", "scrolls_hover.js" ], "run_at": "document_end" } ], "icons": { "16": "scrolls_hover_icon_16.png", "48": "scrolls_hover_icon_48.png", "128": "scrolls_hover_icon.png" } } |