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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
}