EasySave

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

Co to jest EasySave?

EasySave to rozszerzenie Chrome opracowane przez Aisteru, a jego główną funkcją jest „Automaticaly saves all the opened tabs of a Chrome window with a specific file extension.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia EasySave

Pobierz pliki rozszerzeń EasySave w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa EasySave EasySave
ID mfnkmocejbamniefdmgilddcphjhpeck
Oficjalny URL https://chromewebstore.google.com/detail/easysave/mfnkmocejbamniefdmgilddcphjhpeck
Opis Automaticaly saves all the opened tabs of a Chrome window with a specific file extension.
Rozmiar pliku 296 KB
Liczba instalacji 18
Aktualna Wersja 1.3.10.1
Ostatnia Aktualizacja 2019-01-20
Data Publikacji 2019-01-20
Deweloper Aisteru
Typ Płatności free
Adres URL Strony Pomocy https://github.com/AisteruFire/EasySave
Obsługiwane Języki 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
    }
}