EasySave

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

O que é EasySave?

EasySave é uma extensão do Chrome desenvolvida por Aisteru, e sua principal característica é "Automaticaly saves all the opened tabs of a Chrome window with a specific file extension.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão EasySave

Baixe arquivos de extensão EasySave no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome EasySave EasySave
ID mfnkmocejbamniefdmgilddcphjhpeck
URL Oficial https://chromewebstore.google.com/detail/easysave/mfnkmocejbamniefdmgilddcphjhpeck
Descrição Automaticaly saves all the opened tabs of a Chrome window with a specific file extension.
Tamanho do Arquivo 296 KB
Contagem de Instalações 18
Versão Atual 1.3.10.1
Última Atualização 2019-01-20
Data de Publicação 2019-01-20
Desenvolvedor Aisteru
Tipo de Pagamento free
URL da Página de Ajuda https://github.com/AisteruFire/EasySave
Idiomas Suportados 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
    }
}