Image Grabber
Extract all images from current web page
什麼是Image Grabber?
Image Grabber是由https://germanov.dev開發的Chrome擴展程式,該擴展的主要功能是“Extract all images from current web page”。
擴展截圖
下載Image Grabber擴展crx文件
下載Image Grabber擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Using this extension you can grab all images from current web page and download them as a single zip-archive. Also, it provides an interface to select which images to download. 擴展基本資訊
| 名稱 | |
| ID | nhafocipdhkabgekppaioplmopkcckoj |
| 官方網址 | https://chromewebstore.google.com/detail/image-grabber/nhafocipdhkabgekppaioplmopkcckoj |
| 簡介 | Extract all images from current web page |
| 檔案大小 | 42.24 KB |
| 安裝次數 | 1,687 |
| 目前版本 | 1.1 |
| 更新時間 | 2022-12-14 |
| 上架時間 | 2022-02-22 |
| 評分 | 3.00/5 共 2 次評分 |
| 開發者 | https://germanov.dev |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://dev.to/andreygermanov/create-a-google-chrome-extension-part-1-image-grabber-1foa |
| 說明頁面URL | https://germanov.dev/contacts |
| 隱私政策頁面URL | https://germanov.dev/privacy |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Image Grabber",
"description": "Extract all images from current web page",
"version": "1.1",
"manifest_version": 3,
"icons": {
"16": "icons\/16.png",
"32": "icons\/32.png",
"48": "icons\/48.png",
"128": "icons\/128.png"
},
"action": {
"default_popup": "popup.html"
},
"permissions": [
"scripting",
"activeTab"
],
"background": []
} | |