EasySave

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

Что такое EasySave?

EasySave - это расширение Chrome, разработанное Aisteru, и его основная функция - "Automaticaly saves all the opened tabs of a Chrome window with a specific file extension.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения EasySave

Скачайте файлы расширений EasySave в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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                    

Основная информация о расширении

Название EasySave EasySave
ID mfnkmocejbamniefdmgilddcphjhpeck
Официальный URL https://chromewebstore.google.com/detail/easysave/mfnkmocejbamniefdmgilddcphjhpeck
Описание Automaticaly saves all the opened tabs of a Chrome window with a specific file extension.
Размер файла 296 KB
Количество установок 18
Текущая Версия 1.3.10.1
Последнее Обновление 2019-01-20
Дата публикации 2019-01-20
Разработчик Aisteru
Тип оплаты free
URL страницы помощи https://github.com/AisteruFire/EasySave
Поддерживаемые языки 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
    }
}