EasySave
Automaticaly saves all the opened tabs of a Chrome window with a specific file extension.
Qu'est-ce que EasySave ?
EasySave est une extension Chrome développée par Aisteru, et sa fonction principale est "Automaticaly saves all the opened tabs of a Chrome window with a specific file extension.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension EasySave
Téléchargez les fichiers d'extension EasySave 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
Tired of saving all your tabs one by one ? EasySave is here to help you with that. All you need to do is to provide a subfolder name, and voilà ! All your tabs in the window are downloaded. You even have to rename them afterwards ? No problem ! EasySave does that too. Give it a name template, and it will save all your files with autoincremented names ! GitHub : https://github.com/AisteruFire/EasySave
Informations de Base sur l'Extension
Nom | EasySave |
ID | mfnkmocejbamniefdmgilddcphjhpeck |
URL Officiel | https://chromewebstore.google.com/detail/easysave/mfnkmocejbamniefdmgilddcphjhpeck |
Description | Automaticaly saves all the opened tabs of a Chrome window with a specific file extension. |
Taille du Fichier | 296 KB |
Nombre d'Installations | 18 |
Version Actuelle | 1.3.10.1 |
Dernière Mise à Jour | 2019-01-20 |
Date de Publication | 2019-01-20 |
Développeur | Aisteru |
Type de Paiement | free |
URL de la Page d'Aide | https://github.com/AisteruFire/EasySave |
Langues Prises en Charge | en,fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "EasySave", "version": "1.3.10.1", "default_locale": "en", "description": "__MSG_appDescription__", "manifest_version": 2, "icons": { "16": "images\/icon-16.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "permissions": [ "tabs", "downloads", "storage" ], "background": { "scripts": [ "scripts\/downloads.js" ], "persistent": false }, "browser_action": { "default_title": "EasySave", "default_icon": { "16": "images\/icon-16.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "default_popup": "popup\/popup.html" }, "options_ui": { "page": "options\/options.html", "chrome_style": true } } |