EasySave

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

EasySave là gì?

EasySave là một tiện ích mở rộng Chrome được phát triển bởi Aisteru, và tính năng chính của nó là "Automaticaly saves all the opened tabs of a Chrome window with a specific file extension.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng EasySave

Tải xuống các tệp mở rộng EasySave dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên EasySave EasySave
ID mfnkmocejbamniefdmgilddcphjhpeck
URL Chính Thức https://chromewebstore.google.com/detail/easysave/mfnkmocejbamniefdmgilddcphjhpeck
Mô tả Automaticaly saves all the opened tabs of a Chrome window with a specific file extension.
Kích Thước Tệp 296 KB
Số Lần Cài Đặt 18
Phiên Bản Hiện Tại 1.3.10.1
Cập Nhật Lần Cuối 2019-01-20
Ngày Phát Hành 2019-01-20
Nhà Phát Triển Aisteru
Loại Thanh Toán free
URL Trang Trợ Giúp https://github.com/AisteruFire/EasySave
Ngôn Ngữ Được Hỗ Trợ 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
    }
}