Image Slideshow

Get all images on the page and create a slideshow.

Image Slideshowとは何ですか?

Image Slideshowはhttps://r360v.blogspot.comによって開発されたChromeの拡張機能で、その主な機能は「Get all images on the page and create a slideshow.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Image Slideshow拡張機能のCRXファイルをダウンロード

Image Slideshow拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
    }
}