EasySave
Automaticaly saves all the opened tabs of a Chrome window with a specific file extension.
什么是EasySave?
EasySave是由Aisteru开发的Chrome扩展程序,该扩展的主要功能是“Automaticaly saves all the opened tabs of a Chrome window with a specific file extension.”。
扩展截图
下载EasySave扩展crx文件
下载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                     扩展基本信息
| 名称 |   |  
| 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
    }
}  |  |