Save All Opened Pics
Download all images from all opened tabs at once
Was ist Save All Opened Pics?
Save All Opened Pics ist eine Chrome-Erweiterung, die von TaufikNur Production entwickelt wurde, und ihr Hauptmerkmal ist "Download all images from all opened tabs at once".
Erweiterungsscreenshots
Save All Opened Pics-Erweiterungs-CRX-Datei herunterladen
Laden Sie Save All Opened Pics-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | meceblpljineinfobhifpfaolaeonddk |
Offizielle URL | https://chromewebstore.google.com/detail/save-all-opened-pics/meceblpljineinfobhifpfaolaeonddk |
Beschreibung | Download all images from all opened tabs at once |
Dateigröße | 27.33 KB |
Installationsanzahl | 1,406 |
Aktuelle Version | 0.0.1 |
Letztes Update | 2020-07-29 |
Veröffentlichungsdatum | 2020-07-28 |
Bewertung | 1.67/5 Insgesamt 6 Bewertungen |
Entwickler | TaufikNur Production |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } } |