Slideshow

Create a slideshow from all images on the page!

ما هو Slideshow؟

Slideshow هو إضافة Chrome تم تطويرها بواسطة http://64bitdragon.com، والميزة الرئيسية لها هي "Create a slideshow from all images on the page!".

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

screenshot

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

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

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

                        This Extension makes it easy to view any webpage as a slideshow. 

It will automatically search the page for all images and convert them into a gallery.                    

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

الاسم Slideshow Slideshow
ID dhfkiofcnkapfpcpcpaindoikmimefnc
عنوان URL الرسمي https://chrome.google.com/webstore/detail/slideshow/dhfkiofcnkapfpcpcpaindoikmimefnc
الوصف Create a slideshow from all images on the page!
حجم الملف 133 KB
عدد التثبيتات 645
النسخة الحالية 1.0
آخر تحديث 2018-08-26
تاريخ النشر 2018-08-26
تقييم 5.00/5 مجموع تقييمات 1
المطور http://64bitdragon.com
نوع الدفع free
موقع الإضافة http://64bitdragon.com
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Slideshow",
    "short_name": "Slideshow",
    "version": "1.0",
    "description": "Create a slideshow from all images on the page!",
    "permissions": [
        "activeTab",
        "declarativeContent",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icon_16x16.png",
            "32": "images\/icon_32x32.png",
            "48": "images\/icon_48x48.png",
            "128": "images\/icon_128x128.png"
        }
    },
    "icons": {
        "16": "images\/icon_16x16.png",
        "32": "images\/icon_32x32.png",
        "48": "images\/icon_48x48.png",
        "128": "images\/icon_128x128.png"
    },
    "manifest_version": 2
}