Slideshow

Create a slideshow from all images on the page!

什麼是Slideshow?

Slideshow是由http://64bitdragon.com開發的Chrome擴展程式,該擴展的主要功能是“Create a slideshow from all images on the page!”。

擴展截圖

screenshot

下載Slideshow擴展crx文件

下載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
官方網址 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
}