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 |
官方網址 | 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" } } |