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.

Reddit Scrolls Hover Scroll क्या है?

Reddit Scrolls Hover Scroll Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension searches through the page on reddit.com/r/Scrolls for scroll names and creates an image of the scroll on hover."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Reddit Scrolls Hover Scroll एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Reddit Scrolls Hover Scroll Reddit Scrolls Hover Scroll
ID bcodpcpfhhhngkpcejdipfhpofdkiogo
आधिकारिक URL https://chromewebstore.google.com/detail/reddit-scrolls-hover-scro/bcodpcpfhhhngkpcejdipfhpofdkiogo
विवरण This extension searches through the page on reddit.com/r/Scrolls for scroll names and creates an image of the scroll on hover.
फ़ाइल का आकार 73.49 KB
स्थापना संख्या 19
वर्तमान संस्करण 1.0
अंतिम अपडेट 2014-12-31
प्रकाशन तिथि 2014-12-31
रेटिंग 5.00/5 कुल 3 रेटिंग्स
डेवलपर Unknown
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
    }
}