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.
Cos'è Reddit Scrolls Hover Scroll?
Reddit Scrolls Hover Scroll è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "This extension searches through the page on reddit.com/r/Scrolls for scroll names and creates an image of the scroll on hover.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Reddit Scrolls Hover Scroll
Scarica i file di estensione Reddit Scrolls Hover Scroll in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | bcodpcpfhhhngkpcejdipfhpofdkiogo |
| URL Ufficiale | https://chromewebstore.google.com/detail/reddit-scrolls-hover-scro/bcodpcpfhhhngkpcejdipfhpofdkiogo |
| Descrizione | This extension searches through the page on reddit.com/r/Scrolls for scroll names and creates an image of the scroll on hover. |
| Dimensione del File | 73.49 KB |
| Conteggio Installazioni | 19 |
| Versione Corrente | 1.0 |
| Ultimo Aggiornamento | 2014-12-31 |
| Data di Pubblicazione | 2014-12-31 |
| Valutazione | 5.00/5 Totale 3 Valutazioni |
| Sviluppatore | Unknown |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
}
} | |