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 là gì?
Reddit Scrolls Hover Scroll là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "This extension searches through the page on reddit.com/r/Scrolls for scroll names and creates an image of the scroll on hover.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Reddit Scrolls Hover Scroll
Tải xuống các tệp mở rộng Reddit Scrolls Hover Scroll dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Reddit Scrolls Hover Scroll |
ID | bcodpcpfhhhngkpcejdipfhpofdkiogo |
URL Chính Thức | https://chromewebstore.google.com/detail/reddit-scrolls-hover-scro/bcodpcpfhhhngkpcejdipfhpofdkiogo |
Mô tả | This extension searches through the page on reddit.com/r/Scrolls for scroll names and creates an image of the scroll on hover. |
Kích Thước Tệp | 73.49 KB |
Số Lần Cài Đặt | 19 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2014-12-31 |
Ngày Phát Hành | 2014-12-31 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | Unknown |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |