Image Slideshow

Get all images on the page and create a slideshow.

ما هو Image Slideshow؟

Image Slideshow هو إضافة Chrome تم تطويرها بواسطة https://r360v.blogspot.com، والميزة الرئيسية لها هي "Get all images on the page and create a slideshow.".

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

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Image Slideshow

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

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

                        Creates a slideshow from all images on the current page.
 
... 
𝗤𝘂𝗶𝗰𝗸 𝗦𝘁𝗮𝗿𝘁
  ①  Click the extension icon.
  ②  Click the [Scan for IMGs] button.
  ③  Extension scans active tab to find all images currently loaded.
  ④  Once done, use the arrow keys to navigate.
  ⑤  Click [ × ] on the upper right to close.
 
𝗟𝗶𝗺𝗶𝘁𝗮𝘁𝗶𝗼𝗻𝘀
🔸Extension ignores images smaller than 100px.
🔸Only images that have fully loaded are detected. 
🔸Delay added to ensure that all images have loaded before scanning.

...
For ease of access, please pin the extension to the toolbar. Extension does not collect any data, and only runs when the user clicks the icon.                    

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

الاسم Image Slideshow Image Slideshow
ID hmnejeapagdhabnejdigopeapioelmeo
عنوان URL الرسمي https://chromewebstore.google.com/detail/image-slideshow/hmnejeapagdhabnejdigopeapioelmeo
الوصف Get all images on the page and create a slideshow.
حجم الملف 135 KB
عدد التثبيتات 57
النسخة الحالية 1.0
آخر تحديث 2023-11-12
تاريخ النشر 2023-11-12
تقييم 5.00/5 مجموع تقييمات 1
المطور https://r360v.blogspot.com
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Image Slideshow",
    "short_name": "Image Slideshow",
    "manifest_version": 3,
    "version": "1.0",
    "description": "Get all images on the page and create a slideshow.",
    "permissions": [
        "scripting",
        "activeTab"
    ],
    "icons": {
        "128": "img\/icon_128.png",
        "16": "img\/icon_16.png",
        "32": "img\/icon_32.png",
        "48": "img\/icon_48.png"
    },
    "action": {
        "default_icon": {
            "128": "img\/icon_128.png",
            "16": "img\/icon_16.png",
            "32": "img\/icon_32.png",
            "48": "img\/icon_48.png"
        },
        "default_popup": "popup.html",
        "default_title": "Click button\n -Scan current page\n -Get all images\n -Create a slideshow \n... \nThis extension"
    }
}