Image Collector
Shows preview of the page images and provide options to download
什麼是Image Collector?
Image Collector是由rajesh64727開發的Chrome擴展程式,該擴展的主要功能是“Shows preview of the page images and provide options to download”。
擴展截圖
下載Image Collector擴展crx文件
下載Image Collector擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Provides 2 modes 1. Thumbnail preview, image dimensions, loading time with download option. 2. URLs list in plain text Useful for web developers, testers and designers. Banner images are from JumpStart.com public website. Suggestions and constructive comments are welcome. *updates 1.1.0 - Includes element background image URLs as well.
擴展基本資訊
名稱 | |
ID | facfdjdppldcgnfhdbknokkbnfhdiofl |
官方網址 | https://chromewebstore.google.com/detail/image-collector/facfdjdppldcgnfhdbknokkbnfhdiofl |
簡介 | Shows preview of the page images and provide options to download |
檔案大小 | 14.33 KB |
安裝次數 | 1,123 |
目前版本 | 1.1.0 |
更新時間 | 2021-09-14 |
上架時間 | 2020-06-20 |
評分 | 4.40/5 共 5 次評分 |
開發者 | rajesh64727 |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://rajesh64727.github.io |
隱私政策頁面URL | https://rajesh64727.github.io/privacy.html |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Image Collector", "version": "1.1.0", "description": "Shows preview of the page images and provide options to download", "browser_action": { "default_icon": "image_collector128.png", "default_popup": "popup.html" }, "icons": { "128": "image_collector128.png" }, "permissions": [ "https:\/\/*\/*", "activeTab" ], "content_scripts": [ { "matches": [ "https:\/\/*\/*" ], "js": [ "content.js" ] } ] } |