EasySave

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

Apa itu EasySave?

EasySave adalah ekstensi Chrome yang dikembangkan oleh Aisteru, dan fitur utamanya adalah "Automaticaly saves all the opened tabs of a Chrome window with a specific file extension.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi EasySave

Unduh file ekstensi EasySave dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama EasySave EasySave
ID mfnkmocejbamniefdmgilddcphjhpeck
URL Resmi https://chromewebstore.google.com/detail/easysave/mfnkmocejbamniefdmgilddcphjhpeck
Deskripsi Automaticaly saves all the opened tabs of a Chrome window with a specific file extension.
Ukuran File 296 KB
Jumlah Instalasi 18
Versi Saat Ini 1.3.10.1
Terakhir Diperbarui 2019-01-20
Tanggal Publikasi 2019-01-20
Pengembang Aisteru
Tipe Pembayaran free
URL Halaman Bantuan https://github.com/AisteruFire/EasySave
Bahasa yang Didukung 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
    }
}