iSlide

One click slideshow from any page with image links including: Google Images, Instagram and a save all feature!

ما هو iSlide؟

iSlide هو إضافة Chrome تم تطويرها بواسطة iSlide، والميزة الرئيسية لها هي "One click slideshow from any page with image links including: Google Images, Instagram and a save all feature!".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة iSlide

قم بتنزيل ملفات الامتداد iSlide بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        ***** New 2020 Version *****

Ever got to a web page with a thumbnailed photo gallery and wanted to view all of the photos? Like me, you probably had to click each thumbnail, then click on Back, then click on the next thumbnail and so on...  No more! With iSlide you get to watch all the large photos with one click! Just click the iSlide icon in the Chrome Extensions toolbar and a photo slideshow based on the currently selected tab will open in a new tab!

Supports: 
* Google Images, Instagram, Tumblr, Wikipedia and more!
* Any page with image links.
* Pages with links to image container pages (like Wikipedia for example).
* Ability to recognize images that are not linked as images.

Features
* Saving all the photos to disk.
* Hotkeys (checkout the options page for the full details)
* 2 viewing modes
* Customization via an options page
* Incognito support(*).

(*) In order to use iSlide in incognito mode you need to allow it to do so on the Extensions management page.

Upcoming Features:

* I am working on Facebook support, but can't promise anything yet as Facebook changes their page structure often.

I am always striving to improve iSlide especially in terms of compatibility. My goal is for the generic algorithm to manage as many sites as possible. If you have a feature request or you've found any pages that don’t work properly or any other bug, please comment below or email them to:

[email protected]

Enjoy!

p.s.
* I find that toggling full screen with F11 combines great with iSlide. Try it!


Latest updates: (See options page for more details)

Version 4.1.0 - January 10, 2020
-------------------------------------------------
*Improved: Instagram support.
*Improved: Non image link detection now better informs user of loading progress.
*Fixed: Image count badge not showing before starting a slideshow.
*Fixed: Removed a control from the options page that slipped in by mistake.
*Fixed: Some other small bug fixes

Version 4.0.0 - December 31, 2019 - Last version of the decade!
-------------------------------------------------
*Improved: Non image link detection.
*Fixed: Broken Wikipedia support.
*Fixed: Broken Google Images support.
*Fixed: Bug that broke the app on some secure sites.
*Added: Controls can now be toggled and close with the up and down arrows respectively.
*Added: Controls toggling is now animated.
*Added: Instagram support. (currently working slowly and without progress indication. Improved support coming soon.)
*Changed: Moving the mouse will only make controls reappear if moving in the lower 15% of the window.                    

معلومات أساسية عن التمديد

الاسم iSlide iSlide
ID goicaghfpnaogbpejmaodednkiilckfo
عنوان URL الرسمي https://chromewebstore.google.com/detail/islide/goicaghfpnaogbpejmaodednkiilckfo
الوصف One click slideshow from any page with image links including: Google Images, Instagram and a save all feature!
حجم الملف 120 KB
عدد التثبيتات 7,869
النسخة الحالية 4.1.0
آخر تحديث 2020-01-12
تاريخ النشر 2020-01-09
تقييم 3.77/5 مجموع تقييمات 152
المطور iSlide
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "iSlide",
    "version": "4.1.0",
    "description": "One click slideshow from any page with image links including: Google Images, Instagram and a save all feature!",
    "icons": {
        "16": "Images\/iSlide16.png",
        "128": "Images\/iSlide128.png"
    },
    "browser_action": {
        "default_icon": "Images\/iSlide19.png",
        "default_title": "Create slideshow (Ctrl + Space)"
    },
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "js": [
                "scanner.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "options_page": "iSlide_options.html",
    "permissions": [
        "tabs"
    ],
    "incognito": "split"
}