Image Slideshow
Get all images on the page and create a slideshow.
Что такое Image Slideshow?
Image Slideshow - это расширение Chrome, разработанное https://r360v.blogspot.com, и его основная функция - "Get all images on the page and create a slideshow.".
Снимки экрана расширения
Скачать файл CRX расширения Image Slideshow
Скачайте файлы расширений 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 |
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" } } |