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 - это расширение Chrome, разработанное Unknown, и его основная функция - "This extension searches through the page on reddit.com/r/Scrolls for scroll names and creates an image of the scroll on hover.".
Снимки экрана расширения
Скачать файл CRX расширения Reddit Scrolls Hover Scroll
Скачайте файлы расширений 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 |
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" } } |