Save All Opened Pics
Download all images from all opened tabs at once
什麼是Save All Opened Pics?
Save All Opened Pics是由TaufikNur Production開發的Chrome擴展程式,該擴展的主要功能是“Download all images from all opened tabs at once”。
擴展截圖
下載Save All Opened Pics擴展crx文件
下載Save All Opened Pics擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
A chrome extension that helps you to download all images which opened in separate tabs at once. You can open photos or images which you want to download in new tab as many as you wish before actually mass download them.
擴展基本資訊
名稱 | |
ID | meceblpljineinfobhifpfaolaeonddk |
官方網址 | https://chromewebstore.google.com/detail/save-all-opened-pics/meceblpljineinfobhifpfaolaeonddk |
簡介 | Download all images from all opened tabs at once |
檔案大小 | 27.33 KB |
安裝次數 | 1,406 |
目前版本 | 0.0.1 |
更新時間 | 2020-07-29 |
上架時間 | 2020-07-28 |
評分 | 1.67/5 共 6 次評分 |
開發者 | TaufikNur Production |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Save All Opened Pics", "version": "0.0.1", "description": "Download all images from all opened tabs at once", "author": "Taufik Nur Rahmanda", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "browser_action": { "default_icon": { "16": "icon16.png", "24": "icon24.png", "32": "icon32.png" }, "default_title": "Save All Opened Pics", "default_popup": "popup.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "background.js" ] } } |