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.”。
扩展截图
下载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 |
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" } } |