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
官方網址 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"
    }
}