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开发的Chrome扩展程序,该扩展的主要功能是“This extension searches through the page on reddit.com/r/Scrolls for scroll names and creates an image of the scroll on hover.”。

扩展截图

screenshot

下载Reddit Scrolls Hover Scroll扩展crx文件

下载Reddit Scrolls Hover Scroll扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
    }
}