Pixiv Discovery: Slideshow & Enhancements
Browse your Pixiv Discovery feed through an intuitive, auto-updating slideshow interface. Larger images, and keyboard support.
ما هو Pixiv Discovery: Slideshow & Enhancements؟
Pixiv Discovery: Slideshow & Enhancements هو إضافة Chrome تم تطويرها بواسطة Bunny، والميزة الرئيسية لها هي "Browse your Pixiv Discovery feed through an intuitive, auto-updating slideshow interface. Larger images, and keyboard support.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Pixiv Discovery: Slideshow & Enhancements
قم بتنزيل ملفات الامتداد Pixiv Discovery: Slideshow & Enhancements بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Currently, we support auto-updating when reaching the end, and opening up the full artwork in a new tab if selected. Keyboard controls are the traditional arrow keys, but also A and D. A future version will likely support bookmarking, along with dynamically adding slides as new work gets recommended. Navigate to the discovery feed, select an image, and the slideshow will start from that image, updating with the next set as you reach the end.
معلومات أساسية عن التمديد
الاسم | Pixiv Discovery: Slideshow & Enhancements |
ID | booeoiiknbcbheiidgjdfkjafikbghmi |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/pixiv-discovery-slideshow/booeoiiknbcbheiidgjdfkjafikbghmi |
الوصف | Browse your Pixiv Discovery feed through an intuitive, auto-updating slideshow interface. Larger images, and keyboard support. |
حجم الملف | 94.35 KB |
عدد التثبيتات | 181 |
النسخة الحالية | 1.1 |
آخر تحديث | 2020-07-06 |
تاريخ النشر | 2020-07-02 |
تقييم | 1.00/5 مجموع تقييمات 2 |
المطور | Bunny |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Pixiv Discovery: Slideshow & Enhancements", "version": "1.1", "author": "Bunny", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "description": "Browse your Pixiv Discovery feed through an intuitive, auto-updating slideshow interface. Larger images, and keyboard support.", "content_scripts": [ { "css": [ "styles.css", "slick\/slick.css", "slick\/slick-theme.css" ], "js": [ "jquery-3.5.1.min.js", "slick\/slick.min.js", "script.js" ], "matches": [ "https:\/\/www.pixiv.net\/discovery" ] } ], "permissions": [ "https:\/\/www.pixiv.net\/*" ] } |