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.
Wat is Reddit Scrolls Hover Scroll?
Reddit Scrolls Hover Scroll is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "This extension searches through the page on reddit.com/r/Scrolls for scroll names and creates an image of the scroll on hover.".
Extensie Screenshots
Download het CRX-bestand van de extensie Reddit Scrolls Hover Scroll
Download Reddit Scrolls Hover Scroll-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Reddit Scrolls Hover Scroll |
ID | bcodpcpfhhhngkpcejdipfhpofdkiogo |
Officiële URL | https://chromewebstore.google.com/detail/reddit-scrolls-hover-scro/bcodpcpfhhhngkpcejdipfhpofdkiogo |
Beschrijving | This extension searches through the page on reddit.com/r/Scrolls for scroll names and creates an image of the scroll on hover. |
Bestandsgrootte | 73.49 KB |
Aantal Installaties | 19 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2014-12-31 |
Publicatiedatum | 2014-12-31 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | Unknown |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |