GetThemAll
Download all the images on a webpage
什麼是GetThemAll?
GetThemAll是由federerchou開發的Chrome擴展程式,該擴展的主要功能是“Download all the images on a webpage”。
擴展截圖
下載GetThemAll擴展crx文件
下載GetThemAll擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
You can use this extension to download all the images on a webpage. You can specify the folder you want these images to save to.
擴展基本資訊
名稱 | |
ID | fhkjfciooifcflkailbnchdaihccdebf |
官方網址 | https://chrome.google.com/webstore/detail/getthemall/fhkjfciooifcflkailbnchdaihccdebf |
簡介 | Download all the images on a webpage |
檔案大小 | 207 KB |
安裝次數 | 31,420 |
目前版本 | 1.2.3 |
更新時間 | 2018-01-25 |
上架時間 | 2018-01-25 |
評分 | 2.32/5 共 119 次評分 |
開發者 | federerchou |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "GetThemAll", "description": "Download all the images on a webpage", "version": "1.2.3", "author": "[email protected]", "browser_action": { "default_icon": "icon.png", "default_popup": "index.html", "default_title": "GetThemAll" }, "background": { "scripts": [ "manager.js" ] }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "downloads", "file:\/\/*" ] } |