Save All Opened Pics
Download all images from all opened tabs at once
Qu'est-ce que Save All Opened Pics ?
Save All Opened Pics est une extension Chrome développée par TaufikNur Production, et sa fonction principale est "Download all images from all opened tabs at once".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Save All Opened Pics
Téléchargez les fichiers d'extension Save All Opened Pics au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | meceblpljineinfobhifpfaolaeonddk |
URL Officiel | https://chromewebstore.google.com/detail/save-all-opened-pics/meceblpljineinfobhifpfaolaeonddk |
Description | Download all images from all opened tabs at once |
Taille du Fichier | 27.33 KB |
Nombre d'Installations | 1,406 |
Version Actuelle | 0.0.1 |
Dernière Mise à Jour | 2020-07-29 |
Date de Publication | 2020-07-28 |
Évaluation | 1.67/5 Total 6 Évaluations |
Développeur | TaufikNur Production |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } } |