Image Slideshow

Get all images on the page and create a slideshow.

Vad är Image Slideshow?

Image Slideshow är en Chrome-tillägg utvecklad av https://r360v.blogspot.com, och dess huvudfunktion är "Get all images on the page and create a slideshow.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Image Slideshow-förlängningens CRX-fil

Ladda ner Image Slideshow-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Image Slideshow Image Slideshow
ID hmnejeapagdhabnejdigopeapioelmeo
Officiell webbadress https://chromewebstore.google.com/detail/image-slideshow/hmnejeapagdhabnejdigopeapioelmeo
Beskrivning Get all images on the page and create a slideshow.
Filstorlek 135 KB
Antal Installationer 57
Aktuell Version 1.0
Senast Uppdaterad 2023-11-12
Publiceringsdatum 2023-11-12
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare https://r360v.blogspot.com
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    }
}