EasySave

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

Hvad er EasySave?

EasySave er en Chrome-udvidelse udviklet af Aisteru, og dens hovedfunktion er "Automaticaly saves all the opened tabs of a Chrome window with a specific file extension.".

Udvidelsesskærmbilleder

screenshot

Download EasySave-udvidelses-CRX-fil

Download EasySave-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn EasySave EasySave
ID mfnkmocejbamniefdmgilddcphjhpeck
Officiel URL https://chromewebstore.google.com/detail/easysave/mfnkmocejbamniefdmgilddcphjhpeck
Beskrivelse Automaticaly saves all the opened tabs of a Chrome window with a specific file extension.
Filstørrelse 296 KB
Antal Installationer 18
Nuværende Version 1.3.10.1
Senest Opdateret 2019-01-20
Udgivelsesdato 2019-01-20
Udvikler Aisteru
Betalingsmetode free
Hjælpeside-URL https://github.com/AisteruFire/EasySave
Understøttede Sprog 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
    }
}