EasySave

Automaticaly saves all the opened tabs of a Chrome window with a specific file extension.

Was ist EasySave?

EasySave ist eine Chrome-Erweiterung, die von Aisteru entwickelt wurde, und ihr Hauptmerkmal ist "Automaticaly saves all the opened tabs of a Chrome window with a specific file extension.".

Erweiterungsscreenshots

screenshot

EasySave-Erweiterungs-CRX-Datei herunterladen

Laden Sie EasySave-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

                        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                    

Grundlegende Informationen zur Erweiterung

Name EasySave EasySave
ID mfnkmocejbamniefdmgilddcphjhpeck
Offizielle URL https://chromewebstore.google.com/detail/easysave/mfnkmocejbamniefdmgilddcphjhpeck
Beschreibung Automaticaly saves all the opened tabs of a Chrome window with a specific file extension.
Dateigröße 296 KB
Installationsanzahl 18
Aktuelle Version 1.3.10.1
Letztes Update 2019-01-20
Veröffentlichungsdatum 2019-01-20
Entwickler Aisteru
Zahlungsart free
Hilfeseite URL https://github.com/AisteruFire/EasySave
Unterstützte Sprachen 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
    }
}