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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" } } |