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
公式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
}