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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
    }
}